Click or drag to resize

LongestCommonSubstringBaseLLinkedListLast Property

Gets the last element 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 LongestCommonSubstringBaseLLLElement? Last { get; }

Property Value

LongestCommonSubstringBaseLLLElement
See Also