Click or drag to resize
Llvm.NET LogoAttributeBuilderAdd Method (AttributeValue)

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

Adds an AttributeValue to a builder

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

Parameters

value
Type: Llvm.NET.ValuesAttributeValue
Value to add to this builder

Return Value

Type: AttributeBuilder
This builder for fluent style programming
See Also