Mono Class Library: System.Type Overview | Members

System.Type.GetArrayRank Method

Returns the number of dimensions in the current Type.

public virtual int GetArrayRank ()

Returns

A int containing the number of dimensions in the current Type.

Exceptions

TypeReason
ArgumentExceptionThe current Type is not an array.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0