Click or drag to resize

BoxedT Constructor

Initializes a new instance of the BoxedT class.

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

Parameters

val  T
The value to be boxed.
See Also