 | AttributeValue Constructor (Context, AttributeKind) |
[This is preliminary documentation and is subject to change.]
Creates a simple boolean attribute
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic AttributeValue(
Context context,
AttributeKind kind
)
Parameters
- context
- Type: Llvm.NETContext
Context for creating the attribute - kind
- Type: Llvm.NETAttributeKind
Kind of attribute
See Also