Information
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.

Type::MakeArrayType Method

 

Returns a Type object that represents an array of the current type.

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

NameDescription
System_CAPS_pubmethodMakeArrayType()

Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero.

System_CAPS_pubmethodMakeArrayType(Int32)

Returns a Type object representing an array of the current type, with the specified number of dimensions.

Return to top
Show: