TypeInfo.MakeArrayType Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
public:
abstract Type ^ MakeArrayType();
public abstract Type MakeArrayType();
abstract member MakeArrayType : unit -> Type
Public MustOverride Function MakeArrayType () As Type
Returns
Applies to
.NET Core 1.1 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |
UWP | 10.0 |
public:
abstract Type ^ MakeArrayType(int rank);
public abstract Type MakeArrayType(int rank);
abstract member MakeArrayType : int -> Type
Public MustOverride Function MakeArrayType (rank As Integer) As Type
Parameters
- rank
- Int32
Returns
Applies to
.NET Core 1.1 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |
UWP | 10.0 |