Method Reset
Reset(IO.TextReader)
Expert: Reset the tokenizer to a new reader. Typically, an analyzer (in its reusableTokenStream method) will use this to re-use a previously created tokenizer.
Declaration
public virtual void Reset(IO.TextReader input)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | input |