Class AtomicBoolean
public class AtomicBoolean
- Inheritance
-
AtomicBoolean
- Inherited Members
Constructors
AtomicBoolean()
public AtomicBoolean()
AtomicBoolean(bool)
public AtomicBoolean(bool value)
Parameters
value
bool
Properties
Value
public bool Value { get; set; }
Property Value
Methods
CompareAndSet(bool, bool)
public bool CompareAndSet(bool expected, bool update)
Parameters
Returns
GetAndSet(bool)
public bool GetAndSet(bool newValue)
Parameters
newValue
bool