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

◆ GetArrayRank()

override int System.RuntimeType.GetArrayRank ( )
inlinevirtual

Reimplemented from System.Type.

Definition at line 3389 of file RuntimeType.cs.

3390 {
3391 if (!IsArrayImpl())
3392 {
3393 throw new ArgumentException(SR.Argument_HasToBeArrayClass);
3394 }
3395 return RuntimeTypeHandle.GetArrayRank(this);
3396 }
override bool IsArrayImpl()

References System.SR.Argument_HasToBeArrayClass, and System.RuntimeTypeHandle.GetArrayRank().