Click or drag to resize

BoxedTAddRange(ICollectionT, IEnumerableBoxedT) Method

[Missing <summary> documentation for "M:Altaxo.Collections.Boxed`1.AddRange(System.Collections.Generic.ICollection{`0},System.Collections.Generic.IEnumerable{Altaxo.Collections.Boxed{`0}})"]


Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void AddRange(
	ICollection<T> destination,
	IEnumerable<Boxed<T>> sourceItems
)

Parameters

destination  ICollectionT

[Missing <param name="destination"/> documentation for "M:Altaxo.Collections.Boxed`1.AddRange(System.Collections.Generic.ICollection{`0},System.Collections.Generic.IEnumerable{Altaxo.Collections.Boxed{`0}})"]

sourceItems  IEnumerableBoxedT

[Missing <param name="sourceItems"/> documentation for "M:Altaxo.Collections.Boxed`1.AddRange(System.Collections.Generic.ICollection{`0},System.Collections.Generic.IEnumerable{Altaxo.Collections.Boxed{`0}})"]

See Also