Method IsVolatile
IsVolatile<T>(T, Boolean)
Declaration
public static T IsVolatile<T>([ValidatedNotNull] this T self, bool value)
where T : Instruction
Parameters
public static T IsVolatile<T>([ValidatedNotNull] this T self, bool value)
where T : Instruction
T | self | Instruction to set the Volatile property for |
Boolean | value | Flag to indicate if the instruction's operation is volatile |
Returns
T | To allow fluent style coding this returns the |
Type Parameters
T | Type of the instruction (usually implicitly inferred from usage) |