Type.MakeArrayType Method

Expand
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.
This topic has not yet been rated - Rate this topic
.NET Framework Class Library

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.

  Name Description
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