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

◆ HasElementTypeImpl()

override bool System.RuntimeType.HasElementTypeImpl ( )
inlineprotected

Definition at line 3541 of file RuntimeType.cs.

3542 {
3543 return RuntimeTypeHandle.HasElementType(this);
3544 }

References System.RuntimeTypeHandle.HasElementType().