Click or drag to resize

CommonSubstringPositions Property

Enumerates through all positions of the common substring.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<SubstringPosition> Positions { get; }

Property Value

IEnumerableSubstringPosition
See Also