Click or drag to resize
Llvm.NET LogoITypeRefCreateArrayType Method

[This is preliminary documentation and is subject to change.]

Array type factory for an array with elements of this type

Namespace:  Llvm.NET.Types
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
IArrayType CreateArrayType(
	uint count
)

Parameters

count
Type: SystemUInt32
Number of elements in the array

Return Value

Type: IArrayType
IArrayType for the array
See Also