System.Reflection.Emit.TypeBuilder.MakeArrayType Method

Returns a Type object that represents a one-dimensional array of the current type, with a lower bound of zero.

Syntax

public override Type MakeArrayType ()

Returns

A Type object representing a one-dimensional array type whose element type is the current type, with a lower bound of zero.

Remarks

The TypeBuilder.MakeArrayType method provides a way to generate an array type with any possible element type, including generic types.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0