Click or drag to resize
Llvm.NET LogoAttributeValue  Conversion (String to AttributeValue)

[This is preliminary documentation and is subject to change.]

Implicitly cast a string to an named AttributeValue

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static implicit operator AttributeValue (
	string kind
)

Parameters

kind
Type: SystemString
Attribute name

Return Value

Type: AttributeValue
See Also