Click or drag to resize
Llvm.NET LogoITypeRefGetNullValue 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
C#
Constant GetNullValue()

Return Value

Type: Constant
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