Returns the line number of the last character for current token (being matched after the last call to BeginTOken).

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
int GetEndLine()
Visual Basic
Function GetEndLine As Integer
Visual C++
int GetEndLine()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.CharStream.GetEndLine"]

See Also