Property EndOffset
EndOffset
Gets or sets this Token's ending offset, one greater than the position of the last character corresponding to this token in the source text. The length of the token in the source text is (endOffset - startOffset).
Declaration
public virtual int EndOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |