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

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

Implicitly cast an AttributeKind to an AttributeValue

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

Parameters

kind
Type: Llvm.NETAttributeKind
Kind of attribute to create

Return Value

Type: AttributeValue
See Also