Click or drag to resize

NGTreeNodeCollectionSwap Method

Swap the nodes of indices i and j.

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

Parameters

i  Int32
The index of the first node.
j  Int32
The index of the second node.
See Also