The overloads of MakeArrayType are listed below. For a list of all members, see the Type Members list.
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.