PartitionableListTAddRange Method |
Adds a range of items to the list.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void AddRange(
IEnumerable<T> enumeration
)
Parameters
- enumeration IEnumerableT
- The items to add.
See Also