Method Alignment
Alignment<T>(T, UInt32)
Fluent style extension method to set the Alignment for an instruction
Declaration
public static T Alignment<T>([ValidatedNotNull] this T self, uint value)
where T : Instruction
Parameters
public static T Alignment<T>([ValidatedNotNull] this T self, uint value)
where T : Instruction
T | self | Instruction to set the Alignment for |
UInt32 | value | New alignment for the instruction |
Returns
T | To allow fluent style coding this returns the |
Type Parameters
T | Type of the instruction (usually implicitly inferred from usage) |