Copy the prototype token's fields into this one. Note: Payloads are shared.

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

Syntax

C#
public virtual void Reinit(
	Token prototype
)
Visual Basic
Public Overridable Sub Reinit ( _
	prototype As Token _
)
Visual C++
public:
virtual void Reinit(
	Token^ prototype
)

Parameters

prototype
Type: Lucene.Net.Analysis..::..Token

[Missing <param name="prototype"/> documentation for "M:Lucene.Net.Analysis.Token.Reinit(Lucene.Net.Analysis.Token)"]

See Also