Esempio n. 1
0
 public static int GetTypeId <T>()
 {
     return(TypeIds.GetValueByKey(typeof(T)));
 }
Esempio n. 2
0
 public static int GetTypeId(Type type)
 {
     return(TypeIds.GetValueByKey(type));
 }