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

◆ IsByRefImpl()

override bool System.RuntimeType.IsByRefImpl ( )
inlineprotected

Definition at line 3618 of file RuntimeType.cs.

3619 {
3620 return RuntimeTypeHandle.IsByRef(this);
3621 }

References System.RuntimeTypeHandle.IsByRef().