Click or drag to resize

InterlockableTExchange Method

Replaces the value with a new value.

Namespace: Altaxo.Threading
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T Exchange(
	T newValue
)

Parameters

newValue  T
The new value.

Return Value

T
The old value.
See Also