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