Click or drag to resize

PartitionableListTAddRange Method

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


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddRange(
	IEnumerable<T> enumeration
)

Parameters

enumeration  IEnumerableT

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

See Also