Skip to content

SourceFilePosition<TSelf, TFile>.EndIndex Property

Definition

The exclusive end index of the position in the source file.

public int EndIndex { get; }

View source

Property Value

Int32

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.