From 22891bf59032ba88262824255a706d652031384b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Mar 2022 14:07:40 +0800 Subject: * move folder --- Assets/ThirdParty/LitJson/Netstandard15Polyfill.cs | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 Assets/ThirdParty/LitJson/Netstandard15Polyfill.cs (limited to 'Assets/ThirdParty/LitJson/Netstandard15Polyfill.cs') diff --git a/Assets/ThirdParty/LitJson/Netstandard15Polyfill.cs b/Assets/ThirdParty/LitJson/Netstandard15Polyfill.cs deleted file mode 100644 index 55b02a21..00000000 --- a/Assets/ThirdParty/LitJson/Netstandard15Polyfill.cs +++ /dev/null @@ -1,24 +0,0 @@ -#if NETSTANDARD1_5 -using System; -using System.Reflection; -namespace LitJson -{ - internal static class Netstandard15Polyfill - { - internal static Type GetInterface(this Type type, string name) - { - return type.GetTypeInfo().GetInterface(name); - } - - internal static bool IsClass(this Type type) - { - return type.GetTypeInfo().IsClass; - } - - internal static bool IsEnum(this Type type) - { - return type.GetTypeInfo().IsEnum; - } - } -} -#endif \ No newline at end of file -- cgit v1.1-26-g67d0