MakeArrayType(int)
Creates an array type whose element type is the current type.
Declaration
IArrayType MakeArrayType(int rank = 1)
Parameters
Type | Name | Description |
---|---|---|
int | rank | Number of dimensions of the array. |
Returns
Type | Description |
---|---|
IArrayType |