  | AttributeBuilderAdd Method (AttributeKind) | 
 [This is preliminary documentation and is subject to change.]
Adds a new boolean attribute to this builder
 
    Namespace: 
   Llvm.NET.Values
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic AttributeBuilder Add(
	AttributeKind kind
)
Parameters
- kind
 - Type: Llvm.NETAttributeKind
Kind of attribute to add 
Return Value
Type: 
AttributeBuilderThis builder for fluent style programming
See Also