TextReader (System.IO.TextReader)

Inherits: System.MarshalByRefObject

Interfaces: IDisposable

Derived Types: 3 (Click here to see a list of derived types)

Assembly: mscorlib.dll

Represents a reader that can read a sequential series of characters.

VB.NET C#

C#

public abstract class TextReader : System.MarshalByRefObject, System.IDisposable
{
}

Articles

System.IO.StringReader Class

... 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 Documentation

Mono Class Library : System.IO.TextReader Overview | Members System.IO.TextReader ... Remarks This method returns a TextReader instance that wraps around the specified ...

Mono Documentation

The members of System.IO.TextReader are listed below. See Also: Inherited members from System.MarshalByRefObject. Constructors; Fields; Methods

TextReader Class (System.IO)

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 ...

TextReader Class

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

Mono Documentation

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.

Mono Documentation

Thread Safety All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

System.IO.StreamReader Class

For a thread-safe wrapper, see System.IO.TextReader.Synchronized(System.IO.TextReader) . ] See Also System.IO Namespace Members. StreamReader Constructors

System.IO.TextReader Class

Base Types Object MarshalByRefObject TextReader. This type implements IDisposable . Assembly mscorlib Library BCL Summary Represents an object that can read a sequential series of ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support