SourceFilePosition<TSelf, TFile>.EndIndex Property
Definition
The exclusive end index of the position in the source file.
public int EndIndex { get; }
Property Value
The exclusive end index.
Remarks
As the end index is exclusive it will be the index of the first character after the position. If the position is zero length then it will equal StartIndex.
Last modified: 22 November 2024