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

◆ MakeArrayType() [1/2]

override Type System.RuntimeType.MakeArrayType ( )
inlinevirtual

Reimplemented from System.Type.

Definition at line 2977 of file RuntimeType.cs.

2978 {
2979 return new RuntimeTypeHandle(this).MakeSZArray();
2980 }

References System.RuntimeTypeHandle.MakeSZArray().