InterlockableTExchange Method |
Replaces the value with a new value.
Namespace: Altaxo.ThreadingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T Exchange(
T newValue
)
Parameters
- newValue T
- The new value.
Return Value
TThe old value.
See Also