CodeTypeReference::ArrayRank Property

 

Gets or sets the array rank of the array.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property int ArrayRank {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of dimensions of the array.

.NET Framework
Available since 1.1
Return to top
Show: