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

◆ IsContextfulImpl()

override bool System.RuntimeType.IsContextfulImpl ( )
inlineprotectedvirtual

Reimplemented from System.Type.

Definition at line 646 of file RuntimeType.cs.

647 {
648 return RuntimeTypeHandle.IsContextful(this);
649 }
static bool IsContextful(RuntimeType type)

References System.RuntimeTypeHandle.IsContextful().