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

◆ IsPrimitiveImpl()

override bool System.RuntimeType.IsPrimitiveImpl ( )
inlineprotected

Definition at line 658 of file RuntimeType.cs.

659 {
660 return RuntimeTypeHandle.IsPrimitive(this);
661 }
static bool IsPrimitive(RuntimeType type)

References System.RuntimeTypeHandle.IsPrimitive().