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

◆ MakePointerType()

override Type System.RuntimeType.MakePointerType ( )
inlinevirtual

Reimplemented from System.Type.

Definition at line 2967 of file RuntimeType.cs.

2968 {
2969 return new RuntimeTypeHandle(this).MakePointer();
2970 }

References System.RuntimeTypeHandle.MakePointer().