Boxed<T> Implicit Conversion (Boxed<T> to T) |
Performs an implicit conversion from
Boxed<T> to
T.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static implicit operator T (
Boxed<T> val
)
Parameters
- val Boxed<T>
- The boxed value
Return Value
T
The unboxed value.
See Also