Click or drag to resize

SelectableListNodeListExchange Method

Exchange the item at index i with the item at index j.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Exchange(
	int i,
	int j
)

Parameters

i  Int32
First item index.
j  Int32
Second item index.
See Also