Click or drag to resize

BoxedT   Conversion (T to BoxedT)

Performs an implicit conversion from T to BoxedT.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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