AvalonEdit
Read Method
NamespacesICSharpCode.AvalonEdit.UtilsRopeTextReaderRead()()()()
Reads the next character from the input stream and advances the character position by one character.
Declaration Syntax
C#Visual BasicVisual C++
public override int Read()
Public Overrides Function Read As Integer
public:
virtual int Read() override
Return Value
The next character from the input stream, or -1 if no more characters are available. The default implementation returns -1.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextReader is closed.
IOExceptionAn I/O error occurs.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238