Click or drag to resize

BoxedTAddRange(ICollectionBoxedT, IEnumerableT) Method

Adds boxed versions of the specified source items to the destination collection.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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