Click or drag to resize
Llvm.NET LogoAttributeSetHasAny Method

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

Tests if an AttributeSet has any attributes in the specified index

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public bool HasAny(
	FunctionAttributeIndex index
)

Parameters

index
Type: Llvm.NETFunctionAttributeIndex
Index for the attribute

Return Value

Type: Boolean
See Also