Click or drag to resize

LongestCommonSubstringBaseLLinkedListFirst Property

Gets the first 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? First { get; }

Property Value

LongestCommonSubstringBaseLLLElement
See Also