Lucene.Net 1.4.3 Class Library

TokenStream.Next Method 

Returns the next token in the stream, or null at EOS.

public abstract Token Next();

See Also

TokenStream Class | Lucene.Net.Analysis Namespace