Click or drag to resize
Llvm.NET LogoAttributeBuilderMerge Method

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

Merges the contents of another AttributeBuilder into this one

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

Parameters

other
Type: Llvm.NET.ValuesAttributeBuilder
Other AttributeSet to merge into this one

Return Value

Type: AttributeBuilder
This builder for fluent style programming
See Also