Click or drag to resize
Llvm.NET LogoAttributeSetRemove Method (FunctionAttributeIndex, AttributeKind)

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

Removes the specified attribute from the attribute set

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

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
kind
Type: Llvm.NETAttributeKind

Return Value

Type: AttributeSet
See Also