Click or drag to resize
Llvm.NET LogoAttributeBuilderRemove Method (AttributeBuilder)

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

Removes the attributes of another builder from this one

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

Parameters

other
Type: Llvm.NET.ValuesAttributeBuilder
builder containing attributes to remove

Return Value

Type: AttributeBuilder
This builder for fluent style programming
See Also