LongestCommonGeneralizedRepeatALinkedObjectListMoveToLast Method |
Moves the element at index i to the last position in the linked list of elements. Only the links (
Next and
Previous) of the node change, the structure itself is not moved inside the array.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MoveToLast(
int node
)
Parameters
- node Int32
- The index of the node.
See Also