terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ThrowIfTypeNeverValidGenericArgument()

static void System.RuntimeType.ThrowIfTypeNeverValidGenericArgument ( RuntimeType type)
inlinestaticprivate

Definition at line 25 of file RuntimeType.cs.

26 {
27 bool isPointer = type.IsPointer;
28 bool isByRef = type.IsByRef;
29 Type type2;
30 bool flag = type == type2;
31 }
class f__AnonymousType0<< Count > j__TPar
bool IsPointer
Definition Type.cs:382
bool IsByRef
Definition Type.cs:369

References System.Type.IsByRef, System.Type.IsPointer, and j__TPar.