This topic has not yet been rated - Rate this topic

Type.MakeArrayType Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method MakeArrayType() Returns a Type object representing a one-dimensional array of the current type, with a lower bound of zero.
Public method MakeArrayType(Int32) Returns a Type object representing an array of the current type, with the specified number of dimensions.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.