TokenInfo.EndIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the index of the last character of the token.
public:
property int EndIndex { int get(); void set(int value); };
public:
property int EndIndex { int get(); void set(int value); };
public int EndIndex { get; set; }
member this.EndIndex : int with get, set
Public Property EndIndex As Integer
Property Value
Returns an integer specifying the last character of the token.
Remarks
The IScanner scanner operates on lines of source, parsing each line for tokens. The character index specified in EndIndex is an offset into the current line being parsed.