When implemented by a derived class, gets the number of dimensions in an Array.
[Visual Basic] Overridable Public Function GetArrayRank() As Integer [C#] public virtual int GetArrayRank(); [C++] public: virtual int GetArrayRank(); [JScript] public function GetArrayRank() : int;
The number of dimensions in an Array.
Abstract. This method must be implemented by a derived class.
Type Class | Type Members | System Namespace | Array | Rank