  | AttributeBuilderContains Method (AttributeKind) | 
 [This is preliminary documentation and is subject to change.]
Checks if this builder contains a given boolean attribute
 
    Namespace: 
   Llvm.NET.Values
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic bool Contains(
	AttributeKind kind
)
Parameters
- kind
 - Type: Llvm.NETAttributeKind
Kind of attribute to test for 
Return Value
Type: 
Boolean if this builder contains 
kind
See Also