Click or drag to resize

BoxedTToBoxedItems Method

Wraps the specified items in BoxedT instances.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<Boxed<T>> ToBoxedItems(
	IEnumerable<T> items
)

Parameters

items  IEnumerableT
The items to wrap.

Return Value

IEnumerableBoxedT
The boxed items.
See Also