  | AttributeBuilderHasAttributes Method  | 
 [This is preliminary documentation and is subject to change.]
Checks if the builder contains any of the attributes in a given 
AttributeSet 
    Namespace: 
   Llvm.NET.Values
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic bool HasAttributes(
	AttributeSet attributes,
	FunctionAttributeIndex index
)
Parameters
- attributes
 - Type: Llvm.NET.ValuesAttributeSet
Attributes to check for - index
 - Type: Llvm.NETFunctionAttributeIndex
Index of attributes to use 
Return Value
Type: 
Boolean if any of the attributes in the specified index of 
attributes exists in this builder
See Also