BoxedTAddRange(ICollectionBoxedT, IEnumerableT) Method |
Adds boxed versions of the specified source 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<Boxed<T>> destination,
IEnumerable<T> sourceItems
)
Parameters
- destination ICollectionBoxedT
- The destination collection.
- sourceItems IEnumerableT
- The source items to wrap and add.
See Also