Method SetIsVolatile
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
SetIsVolatile<T>(T, bool)
public static T SetIsVolatile<T>(this T self, bool value) where T : Instruction
Parameters
selfTInstruction to set the Volatile property for
valueboolFlag to indicate if the instruction's operation is volatile
Returns
- T
To allow fluent style coding this returns the
selfparameter
Type Parameters
TType of the instruction (usually implicitly inferred from usage)