Exemplo n.º 1
0
 public static string GetStorageValueTypeName(VarType storage)
 {
     return(storage.Type.GetGenericArguments()[1].FullName);
 }
Exemplo n.º 2
0
 public static bool IsRefType(VarType varType)
 {
     return(varType.Type.IsGenericType);
 }