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