Mono Class Library: System.IO.TextReader Overview | MembersSystem.IO.TextReader.Peek Method |
Reads the next character without changing the state of the reader or the character source. [Edit]
|
The next character to be read, or -1 if no more characters are available. [Edit]
Type Reason System.IO.IOException An I/O error has occurred. [Edit]
The position of the System.IO.TextReader in the source is not changed by this operation.
Operation
As described above.The default implementation returns -1.
[Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0