[Missing <summary> documentation for "M:Lucene.Net.Analysis.KeywordTokenizer.Next"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer. ")] public override Token Next() |
Visual Basic |
---|
<ObsoleteAttribute("Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer. ")> _ Public Overrides Function Next As Token |
Visual C++ |
---|
[ObsoleteAttribute(L"Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer. ")] public: virtual Token^ Next() override |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analysis.KeywordTokenizer.Next"]