Returns the column 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 GetEndColumn()
Visual Basic
Function GetEndColumn As Integer
Visual C++
int GetEndColumn()

Return Value

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

See Also