Click or drag to resize

FixedColumnWidthWithTabSeparationStrategy Constructor

Overload List
 NameDescription
Public methodFixedColumnWidthWithTabSeparationStrategy Initializes a new instance of the FixedColumnWidthWithTabSeparationStrategy class with a TabSize of 8 and an empty list of start positions.
Public methodFixedColumnWidthWithTabSeparationStrategy(IReadOnlyListInt32, Int32) Constructor for this strategy. You must provide the start positions of the tokens. The first token implicitely has position 0. Furthermore you must provide a tab size that is used to calculate the tabbed positions.
Top
See Also