Click or drag to resize
Llvm.NET LogoAttributeBuilderRemove Method (AttributeSet, FunctionAttributeIndex)

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

Removes attributes specified in an AttributeSet

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public AttributeBuilder Remove(
	AttributeSet attributes,
	FunctionAttributeIndex index
)

Parameters

attributes
Type: Llvm.NET.ValuesAttributeSet
Attributes to remove
index
Type: Llvm.NETFunctionAttributeIndex
Index of attributes in attributes to remove

Return Value

Type: AttributeBuilder
See Also