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