FixedColumnWidthWithoutTabSeparationStrategy(IReadOnlyListInt32) Constructor |
Constructor for this strategy. You must provide the start positions of the tokens. The first token implicitely has position 0.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FixedColumnWidthWithoutTabSeparationStrategy(
IReadOnlyList<int> startPositions
)
Parameters
- startPositions IReadOnlyListInt32
- List of starting positions.
See Also