LongestCommonGeneralizedRepeatALinkedObjectListInit Method |
Inits the linked list of structures by allocating an array, and filling this array with the structures linked in ascending order.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Init(
int count
)
Parameters
- count Int32
- Number of structures.
See Also