Click or drag to resize

InterlockableT   Conversion (InterlockableT to T)

Performs an implicit conversion from InterlockableT to T/>.

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

Parameters

t  InterlockableT
The interlockable instance.

Return Value

T
The value that is managed by the interlockable.
See Also