Click or drag to resize

FixedColumnWidthWithoutTabSeparationStrategyStartPositions Property

Gets the start positions of tokens (beginning with the second token).

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ImmutableArray<int> StartPositions { get; init; }

Property Value

ImmutableArrayInt32
Remarks
The start position of the first token is implicitly 0.
See Also