Fixed |
public class FixedColumnWidthWithTabSeparationStrategy : IAsciiSeparationStrategy, IImmutable, IEquatable<FixedColumnWidthWithTabSeparationStrategy>
The FixedColumnWidthWithTabSeparationStrategy type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedColumnWidthWithTabSeparationStrategy | Initializes a new instance of the FixedColumnWidthWithTabSeparationStrategy class with a TabSize of 8 and an empty list of start positions. |
![]() | FixedColumnWidthWithTabSeparationStrategy(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. |
Name | Description | |
---|---|---|
![]() | StartPositions | |
![]() | TabSize |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetTokens | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | (Overrides ObjectToString) |