BoxedTAddRange(ICollectionT, IEnumerableBoxedT) Method |
Adds unboxed values from the specified boxed items to the destination collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void AddRange(
ICollection<T> destination,
IEnumerable<Boxed<T>> sourceItems
)
Parameters
- destination ICollectionT
- The destination collection.
- sourceItems IEnumerableBoxedT
- The boxed items whose values are added.
See Also