Skip to content

Commit

Permalink
Type class is now static.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Aug 15, 2019
1 parent d5efa4d commit 3e8ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform.Reflection/Type.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Platform.Reflection
{
public class Type<T>
public static class Type<T>
{
public static readonly bool IsSupported;
public static readonly Type TheType;
Expand Down

0 comments on commit 3e8ee64

Please sign in to comment.