Click or drag to resize

InterlockableT   Conversion (T to InterlockableT)

Performs an explicit conversion from the value type [!:T] to InterlockableT.

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

Parameters

t  T
The initial value.

Return Value

InterlockableT
The InterlockableT that holds the initial.
See Also