Click or drag to resize
Llvm.NET LogoIndexedAttributeValue Constructor

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

Initializes a new instance of the IndexedAttributeValue class

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public IndexedAttributeValue(
	FunctionAttributeIndex index,
	AttributeValue value
)

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
value
Type: Llvm.NET.ValuesAttributeValue
See Also