Token.End Property

Definition

Gets or sets the index of the last character of the token within the input.

public int End { get; set; }
member this.End : int with get, set
Public Property End As Integer

Property Value

The index of the last character of the token.

Applies to