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

◆ IsArrayImpl()

override bool System.RuntimeType.IsArrayImpl ( )
inlineprotected

Definition at line 756 of file RuntimeType.cs.

757 {
758 return RuntimeTypeHandle.IsArray(this);
759 }
static bool IsArray(RuntimeType type)

References System.RuntimeTypeHandle.IsArray().