Click or drag to resize

SelectableListNodeListRemoveRange Method

[Missing <summary> documentation for "M:Altaxo.Collections.SelectableListNodeList.RemoveRange(System.Int32,System.Int32)"]


Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveRange(
	int start,
	int count
)

Parameters

start  Int32

[Missing <param name="start"/> documentation for "M:Altaxo.Collections.SelectableListNodeList.RemoveRange(System.Int32,System.Int32)"]

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Collections.SelectableListNodeList.RemoveRange(System.Int32,System.Int32)"]

See Also