Mono Class Library: System.Type Overview | Members

System.Type.MakeArrayType Overloads

The overloads of MakeArrayType are listed below. For a list of all members, see the Type Members list.

Public Methods

MakeArrayType() : Type
Returns a Type object representing a one-dimensional array type whose element type is the current type, with a lower bound of zero.
MakeArrayType(int) : Type
Returns a Type object representing an array of the current type, with the specified number of dimensions.