Click or drag to resize

LongestCommonGeneralizedRepeatLDDLElement(Int32) Constructor

Initializes a new instance of the LongestCommonGeneralizedRepeatLDDLElement class with the specified word index.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public DDLElement(
	int text
)

Parameters

text  Int32
The word index this element belongs to.
See Also