 | ConstantNullValueFor 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
Syntaxpublic static Constant NullValueFor(
ITypeRef typeRef
)
Parameters
- typeRef
- Type: Llvm.NET.TypesITypeRef
Type of pointer to create a null vale for
Return Value
Type:
ConstantConstant NULL pointer of the specified type
See Also