Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsArrayImpl()

override bool System.RuntimeType.IsArrayImpl ( )
inlineprotected

Definition at line 3546 of file RuntimeType.cs.

3547 {
3548 return RuntimeTypeHandle.IsArray(this);
3549 }

References System.RuntimeTypeHandle.IsArray().