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