Method CreateArrayType
CreateArrayType(UInt32)
Array type factory for an array with elements of this type
Declaration
public IArrayType CreateArrayType(uint count)
Parameters
public IArrayType CreateArrayType(uint count)
UInt32 | count | Number of elements in the array |
Returns
IArrayType | IArrayType for the array |
Implements
CreateArrayType(BitcodeModule, UInt32, UInt32)
Creates a type defining an array of elements of this type
Declaration
public DebugArrayType CreateArrayType(BitcodeModule bitcodeModule, uint lowerBound, uint count)
Parameters
public DebugArrayType CreateArrayType(BitcodeModule bitcodeModule, uint lowerBound, uint count)
BitcodeModule | bitcodeModule | Module the debug information belongs to |
UInt32 | lowerBound | Lower bound of the array |
UInt32 | count | Count of elements in the array |
Returns
DebugArrayType | DebugArrayType |