Click or drag to resize
Llvm.NET LogoAttributeBuilder Constructor (AttributeValue)

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

Creates a new AttributeBuilder with a given AttributeValue

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public AttributeBuilder(
	AttributeValue value
)

Parameters

value
Type: Llvm.NET.ValuesAttributeValue
AttributeValue to add to the builder after creating it
See Also