Click or drag to resize

BoxedTToUnboxedArray Method

Copies the specified boxed items into a new array of unboxed values.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static T[] ToUnboxedArray(
	ICollection<Boxed<T>> boxedItems
)

Parameters

boxedItems  ICollectionBoxedT
The boxed items.

Return Value

T
A new array containing the unboxed values.
See Also