Table of Contents

Method From

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

From(ITypeRef)

Creates a constant null pointer to a given type

public static ConstantPointerNull From(ITypeRef type)

Parameters

type ITypeRef

Type of the pointer

Returns

ConstantPointerNull

Constant null value of the specified type