Click or drag to resize
Llvm.NET LogoAttributeSetItem Property

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

Retrieves an attributeSet filtered by the specified function index

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public AttributeSet this[
	FunctionAttributeIndex index
] { get; }

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index to filter on

Return Value

Type: AttributeSet
A new AttributeSetwith attributes from this set belonging to the specified index
See Also