From 3e8ee64f0d0997ad46739af85e6af8ae18c9eb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=94=D1=8C=D1=8F=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Thu, 15 Aug 2019 20:21:28 +0300 Subject: [PATCH] Type class is now static. --- Platform.Reflection/Type.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform.Reflection/Type.cs b/Platform.Reflection/Type.cs index 91f1422..c7045c8 100644 --- a/Platform.Reflection/Type.cs +++ b/Platform.Reflection/Type.cs @@ -9,7 +9,7 @@ namespace Platform.Reflection { - public class Type + public static class Type { public static readonly bool IsSupported; public static readonly Type TheType;