The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EnumBuilder::MakeArrayType Method (Int32)
.NET Framework (current version)
Returns a Type object representing an array of the current type, with the specified number of dimensions.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rank
-
Type:
System::Int32
The number of dimensions for the array. This number must be less than or equal to 32.
Return Value
Type: System::Type^An object representing an array of the current type, with the specified number of dimensions.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | rank is less than 1. |
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: