Click or drag to resize

SelectableListNodeListRemoveRange Method

Removes a range of items from the collection.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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