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 Constructor

Creates a new instance of the TextReader class, from which a new instance cannot be created. This constructor is for subclassing.

[Visual Basic]
Protected Sub New()
[C#]
protected TextReader();
[C++]
protected: TextReader();
[JScript]
protected function TextReader();

See Also

TextReader Class | TextReader Members | System.IO Namespace