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

◆ MakeByRefType()

override Type System.RuntimeType.MakeByRefType ( )
inlinevirtual

Reimplemented from System.Type.

Definition at line 2972 of file RuntimeType.cs.

2973 {
2974 return new RuntimeTypeHandle(this).MakeByRef();
2975 }

References System.RuntimeTypeHandle.MakeByRef().