Click or drag to resize

LongestCommonSubstringBaseALinkedListMoveToLast Method

Moves the element at index node 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.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void MoveToLast(
	int node
)

Parameters

node  Int32
The index of the node.
See Also