SourceMark Struct
Definition
A position in a SourceReader, created by Mark() and typically used to mark the start of a token before scanning to its end.
public sealed struct SourceMark : IEquatable<SourceMark>
Properties
| Name | Description |
|---|---|
ColumnIndex |
Zero based index of the column of the position in the file. |
Index |
The index of the position in the file. |
LineIndex |
Zero based index of the line of the position in the file. |