Table of Contents

Method CreateArrayType

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

CreateArrayType(uint)

Array type factory for an array with elements of this type

IArrayType CreateArrayType(uint count)

Parameters

count uint

Number of elements in the array

Returns

IArrayType

IArrayType for the array