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