Click or drag to resize

ObservableListTAddRange Method

Adds a range of items to the list.

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

Parameters

itemsToAdd  IEnumerableT
The items to add.
See Also