Returns the line number of the first 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 GetBeginLine()
Visual Basic
Function GetBeginLine As Integer
Visual C++
int GetBeginLine()

Return Value

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

See Also