Click or drag to resize
Llvm.NET LogoConstantNullValueFor Method

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

Create a 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 NullValueFor(
	ITypeRef typeRef
)

Parameters

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

Return Value

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