  | AttributeBuilderRemove Method (String) | 
 [This is preliminary documentation and is subject to change.]
Removes a target dependent attribute from this builder
 
    Namespace: 
   Llvm.NET.Values
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic AttributeBuilder Remove(
	string name
)
Parameters
- name
 - Type: SystemString
Name of the attribute to remove 
Return Value
Type: 
AttributeBuilderThis builder for fluent style programming
See Also