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