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

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

Adds a target dependent attribute to the builder

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

Parameters

name
Type: SystemString
Name of the attribute
value
Type: SystemString
Value of the attribute

Return Value

Type: AttributeBuilder
This builder for fluent style programming
See Also