TokenInfo.EndIndex Property

Definition

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.

Applies to