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