InterlockableT Conversion (T to InterlockableT) |
Performs an explicit conversion from the value type
[!:T] to
InterlockableT.
Namespace: Altaxo.ThreadingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static explicit operator Interlockable<T> (
T t
)
Parameters
- t T
- The initial value.
Return Value
InterlockableTThe
InterlockableT that holds the initial.
See Also