ObservableListTAddRange Method |
Adds a range of items to the list.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddRange(
IEnumerable<T> itemsToAdd
)
Parameters
- itemsToAdd IEnumerableT
- The items to add.
See Also