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