ListNodeListExchange Method |
Exchanges item at index i with item at index j.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Exchange(
int i,
int j
)
Parameters
- i Int32
- The first index.
- j Int32
- The second index.
See Also