This commit is contained in:
sunkaixuan
2017-09-20 10:15:24 +08:00
parent f54171882f
commit 2a9866d273

View File

@@ -8,10 +8,8 @@ using System.Text;
namespace SqlSugar namespace SqlSugar
{ {
/// <summary>
/// In order to be compatible with .NET CORE, make sure that the two versions are consistent in syntax public static class ReflectionExtensions
/// </summary>
public static class CompatibleExtensions
{ {
public static Type GetTypeInfo(this Type typeInfo) public static Type GetTypeInfo(this Type typeInfo)
{ {