NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextReader Class

Represents a reader that can read a sequential stream of characters. This class is abstract.

Object
   TextReader

[Visual Basic]
MustInherit Public Class TextReader
[C#]
public abstract class TextReader
[C++]
public __gc __abstract class TextReader
[JScript]
public abstract class TextReader

Remarks

A subclass must minimally implement the Peek and Read methods.

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

TextReader Members | System.IO Namespace