Click or drag to resize
Llvm.NET LogoAttributeSetContext Property

[This is preliminary documentation and is subject to change.]

Context used to intern this AttributeSet

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public 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