Reads the next character from the input stream and advances the character position by one character.
Declaration Syntax
Return Value
The next character from the input stream, or -1 if no more characters are available. The default implementation returns -1.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The TextReader is closed. |
IOException | An I/O error occurs. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238