Click or drag to resize

SubstringPosition Constructor

Initializes a new instance of the SubstringPosition struct.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SubstringPosition(
	int wordIndex,
	int start,
	int count
)

Parameters

wordIndex  Int32
Index of the word in the word list.
start  Int32
Starting position of the substring in the word.
count  Int32
Number of elements of the substring.
See Also