Constructs a new token for the specified Image.

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

Syntax

C#
public Token(
	int kind
)
Visual Basic
Public Sub New ( _
	kind As Integer _
)
Visual C++
public:
Token(
	int kind
)

Parameters

kind
Type: System..::..Int32

[Missing <param name="kind"/> documentation for "M:Lucene.Net.QueryParsers.Token.#ctor(System.Int32)"]

See Also