LongestCommonGeneralizedRepeatADDLElementInit Method |
Initializes this element with the specified index and text.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Init(
int idx,
int text
)
Parameters
- idx Int32
- The index of the element.
- text Int32
- The word index this element belongs to.
See Also