示例#1
0
 public static Type GetType(MdbType t)
 => _listTypesInfo[(int)t]
 .Type;
示例#2
0
 public static Type Type(this MdbType mdbType)
 => GetType(mdbType);
示例#3
0
 public static MdbTypeInfo GetTypeInfo(this MdbType t)
 => _listTypesInfo[(int)t];