 | ConstantUndefinedValueFor Method |
[This is preliminary documentation and is subject to change.]
Creates an
Constant representing an undefined value for
typeRef
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic static Constant UndefinedValueFor(
ITypeRef typeRef
)
Parameters
- typeRef
- Type: Llvm.NET.TypesITypeRef
Type to create the undefined value for
Return Value
Type:
ConstantConstant representing an undefined value of
typeRef
See Also