Method SetAlignment
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
SetAlignment<T>(T, uint)
Fluent style extension method to set the Alignment for an instruction
public static T SetAlignment<T>(this T self, uint value) where T : Instruction
Parameters
Returns
- T
To allow fluent style coding this returns the
self
parameter
Type Parameters
T
Type of the instruction (usually implicitly inferred from usage)