Click or drag to resize

LongestCommonGeneralizedRepeatLLinkedObjectListAddLast 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(
	LongestCommonGeneralizedRepeatLDDLElement node
)

Parameters

node  LongestCommonGeneralizedRepeatLDDLElement
The node to add.
See Also