Click or drag to resize

LongestCommonSubstringBaseLLinkedListAddLast Method

Adds the specified node to the end of the linked list.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void AddLast(
	LongestCommonSubstringBaseLLLElement node
)

Parameters

node  LongestCommonSubstringBaseLLLElement
The node to add.
See Also