 | ITypeRefGetNullValue Method |
[This is preliminary documentation and is subject to change.]
Gets a null value (e.g. all bits == 0 ) for the type
Namespace:
Llvm.NET.Types
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
Remarks
This is a getter function instead of a property as it can throw exceptions
for types that don't support such a thing (i.e. void )
See Also