Click or drag to resize
Llvm.NET LogoArgumentSetAlignment Method

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

Sets the alignment for the argument

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Argument SetAlignment(
	uint value
)

Parameters

value
Type: SystemUInt32
Alignment value for this argument

Return Value

Type: Argument
See Also