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.3179.0 (4.8.3179.0)
Syntax
C#
void Swap(
	int i,
	int j
)

Parameters

i  Int32
j  Int32
See Also