|
... string is reached because a Unicode character can contain only values between hexadecimal 0x0000 to 0xFFFF (0 to 65535). This method overrides System.IO.TextReader.Peek.
|
|
Mono Class Library : System.IO.TextReader Overview | Members System.IO.TextReader ... Remarks This method returns a TextReader instance that wraps around the specified ...
|
|
The members of System.IO.TextReader are listed below. See Also: Inherited members from System.MarshalByRefObject. Constructors; Fields; Methods
|
|
Represents a reader that can read a sequential series of characters. ... TextReader is the abstract base class of StreamReader and StringReader , which read characters from streams ...
|
|
Represents a reader that can read a sequential series of characters. For a list of all members of this type, see TextReader Members . System.Object
|
|
Remarks This method returns a System.IO.TextReader instance that wraps around the specified System.IO.TextReader instance and restricts concurrent access to it by multiple threads.
|
|
Thread Safety All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
|
|
For a thread-safe wrapper, see System.IO.TextReader.Synchronized(System.IO.TextReader) . ] See Also System.IO Namespace Members. StreamReader Constructors
|
|
Base Types Object MarshalByRefObject TextReader. This type implements IDisposable . Assembly mscorlib Library BCL Summary Represents an object that can read a sequential series of ...
|