Click or drag to resize

InterlockableT Constructor

Initializes a new instance of the InterlockableT class.

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

Parameters

t  T
The initial value.
See Also