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

◆ MakeArrayType() [2/2]

override Type System.Reflection.Emit.EnumBuilder.MakeArrayType ( int rank)
inlinevirtual

Reimplemented from System.Type.

Definition at line 283 of file EnumBuilder.cs.

284 {
285 string rankString = TypeInfo.GetRankString(rank);
286 return SymbolType.FormCompoundType(rankString, this, 0);
287 }

References System.Reflection.Emit.SymbolType.FormCompoundType(), and System.Reflection.TypeInfo.GetRankString().