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

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

Creates a simple boolean attribute

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

Parameters

kind
Type: Llvm.NETAttributeKind
Kind of attribute
See Also