Click or drag to resize
Llvm.NET LogoConstantConstPointerToNullFor Method

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

Create a constant NULL pointer for a given type

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static Constant ConstPointerToNullFor(
	ITypeRef typeRef
)

Parameters

typeRef
Type: Llvm.NET.TypesITypeRef
Type of pointer to create a null value for

Return Value

Type: Constant
Constant NULL pointer of the specified type
See Also