Type Summary

						public abstract class TextReader : MarshalByRefObject,
                                 IDisposable
{
  // Constructors
     protected TextReader ();

  // Fields
     public static readonly TextReader Null;

  // Methods
     public virtual void Close ();
     protected virtual void Dispose (bool disposing);
     public virtual int Peek ();
     public virtual int Read ();
     public virtual int Read (char[] buffer,
                             int index, int count);
     public virtual int ReadBlock (char[] buffer,
                                  int index,
                                  int count);
     public virtual string ReadLine ();
     public virtual string ReadToEnd ();
     public static TextReader Synchronized (TextReader reader);

  // Explicit Interface Members
     void IDisposable.Dispose ();
}

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.