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!

TextWriter Constructor

Creates a new instance of the TextWriter class. This constructor is for subclassing.

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

See Also

TextWriter Class | TextWriter Members | System.IO Namespace