Click or drag to resize
Llvm.NET LogoAttributeBuilderContains 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
Syntax
C#
public 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