Click or drag to resize

BoxedTToUnboxedItems Method

Returns the unboxed values from the specified boxed items.

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

Parameters

boxedItems  IEnumerableBoxedT
The boxed items.

Return Value

IEnumerableT
The unboxed values.
See Also