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