InterlockableT Conversion (InterlockableT to T) |
Namespace: Altaxo.ThreadingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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