EnumBuilder.MakeArrayType Method (Int32)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This member overrides Type.MakeArrayType(Int32), and more complete documentation might be available in that topic.
Returns a Type object representing an array of the current type, with the specified number of dimensions.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides Function MakeArrayType ( _
rank As Integer _
) As Type
public override Type MakeArrayType(
int rank
)
Parameters
- rank
Type: System.Int32
The number of dimensions for the array. This number must be less than or equal to 32.
Return Value
Type: System.Type
A Type object representing an array of the current type, with the specified number of dimensions.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.