Click or drag to resize

BoxedTAddRange(ICollectionBoxedT, IEnumerableT) Method

[Missing <summary> documentation for "M:Altaxo.Collections.Boxed`1.AddRange(System.Collections.Generic.ICollection{Altaxo.Collections.Boxed{`0}},System.Collections.Generic.IEnumerable{`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<Boxed<T>> destination,
	IEnumerable<T> sourceItems
)

Parameters

destination  ICollectionBoxedT

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

sourceItems  IEnumerableT

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

See Also