TextFilePosition Class
Definition
A SourcePosition in a text source code file.
public sealed class TextFilePosition : SourceFilePosition<TextFilePosition, TextFile>, IEquatable<SourcePosition>, IEqualityOperators<SourcePosition, SourcePosition, Boolean>, ITextSourcePosition
View source
Properties
| Name |
Description |
StartColumnIndex |
Zero based index of the start column of the position in the text file. |
StartColumnNumber |
Number, i.e. 1 based index, of the start column of the position in the text file. |
StartLine |
The start line of the text source. |
StartLineIndex |
Zero based index of the start line of the position in the text file. |
StartLineNumber |
Number, i.e. 1 based index, of the start line of the position in the text file. |
Text |
The text source. |
Methods
Operators