Click or drag to resize

BoxedT(T) Constructor

Initializes a new instance of the BoxedT class.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Boxed(
	T val
)

Parameters

val  T
The value to be boxed.
See Also