SelectableListNodeListRemoveRange Method |
Removes a range of items from the collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void RemoveRange(
int start,
int count
)
Parameters
- start Int32
- The zero-based index at which removal starts.
- count Int32
- The number of items to remove.
See Also