 | AttributeSetContext Property |
[This is preliminary documentation and is subject to change.]
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic Context Context { get; }
Property Value
Type:
Context
Remarks
The Context returned will be
CurrentThreadContext if this
AttributeSet is empty.
This ensures that there is always a context available for creating new AttributeSets
See Also