Click or drag to resize
Llvm.NET LogoContextGetPointerTypeFor Method

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

Get a type that is a pointer to a value of a given type

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public IPointerType GetPointerTypeFor(
	ITypeRef elementType
)

Parameters

elementType
Type: Llvm.NET.TypesITypeRef
Type of value the pointer points to

Return Value

Type: IPointerType
IPointerType for a pointer that references a value of type elementType
See Also