Click or drag to resize

CheckableSelectableListNodeListExchange Method

Exchanges the items at index i and 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
The i.
j  Int32
The j.
See Also