internal static TypeInfo GetTypeInfo(this Type type)
 {
     return(TypeInfo.FromType(type));
 }
示例#2
0
 public static TypeInfo GetTypeInfo(this Type type)
 {
     return(TypeInfo.FromType(type));
 }