BoxedTToUnboxedArray Method |
Copies the specified boxed items into a new array of unboxed values.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static T[] ToUnboxedArray(
ICollection<Boxed<T>> boxedItems
)
Parameters
- boxedItems ICollectionBoxedT
- The boxed items.
Return Value
TA new array containing the unboxed values.
See Also