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

◆ IsReferenceOrContainsReferences< T >()

static bool System.Runtime.CompilerServices.RuntimeHelpers.IsReferenceOrContainsReferences< T > ( )
inlinestatic

Definition at line 74 of file RuntimeHelpers.cs.

75 {
76 Type type;
77 bool isValueType = type.IsValueType;
78 Type type2;
79 if (type2 != null)
80 {
81 }
82 bool flag;
83 return flag;
84 }
class f__AnonymousType0<< Count > j__TPar
bool IsValueType
Definition Type.cs:793

References System.Type.IsValueType, and j__TPar.