Returns a string made up of characters from the marked token beginning to the current buffer position. Implementations have the choice of returning anything that they want to. For example, for efficiency, one might decide to just return null, which is a valid implementation.

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

Syntax

C#
string GetImage()
Visual Basic
Function GetImage As String
Visual C++
String^ GetImage()

Return Value

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

See Also