Method CreateArrayType
CreateArrayType(UInt32)
Array type factory for an array with elements of this type
Declaration
IArrayType CreateArrayType(uint count)
Parameters
IArrayType CreateArrayType(uint count)
UInt32 | count | Number of elements in the array |
Returns
IArrayType | IArrayType for the array |