[Missing <summary> documentation for "M:Lucene.Net.Analyzers.Miscellaneous.EmptyTokenStream.Next(Lucene.Net.Analysis.Token)"]

Namespace: Lucene.Net.Analyzers.Miscellaneous
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
[ObsoleteAttribute("The new IncrementToken() and AttributeSource APIs should be used instead.")]
public override Token Next(
	Token reusableToken
)
Visual Basic
<ObsoleteAttribute("The new IncrementToken() and AttributeSource APIs should be used instead.")> _
Public Overrides Function Next ( _
	reusableToken As Token _
) As Token
Visual C++
[ObsoleteAttribute(L"The new IncrementToken() and AttributeSource APIs should be used instead.")]
public:
virtual Token^ Next(
	Token^ reusableToken
) override

Parameters

reusableToken
Type: Lucene.Net.Analysis..::..Token

[Missing <param name="reusableToken"/> documentation for "M:Lucene.Net.Analyzers.Miscellaneous.EmptyTokenStream.Next(Lucene.Net.Analysis.Token)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analyzers.Miscellaneous.EmptyTokenStream.Next(Lucene.Net.Analysis.Token)"]

See Also