Click or drag to resize

BoxedTAddRange(ICollectionT, IEnumerableBoxedT) Method

Adds unboxed values from the specified boxed 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<T> destination,
	IEnumerable<Boxed<T>> sourceItems
)

Parameters

destination  ICollectionT
The destination collection.
sourceItems  IEnumerableBoxedT
The boxed items whose values are added.
See Also