Click or drag to resize

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.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FixedColumnWidthWithoutTabSeparationStrategy(
	IReadOnlyList<int> startPositions
)

Parameters

startPositions  IReadOnlyListInt32
List of starting positions.
See Also