BoxedT Conversion (T to BoxedT) |
Performs an implicit conversion from
T to
BoxedT.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator Boxed<T> (
T val
)
Parameters
- val T
- The value to be boxed.
Return Value
BoxedT
The value wrapped in an instance of this class.
See Also