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!

IndentedTextWriter Constructor

Initializes a new instance of IndentedTextWriter using the specified text writer and default tab string.

Overload List

Initializes a new instance of IndentedTextWriter using the specified text writer and default tab string.

[Visual Basic] Overloads Public Sub New(TextWriter)
[C#] public IndentedTextWriter(TextWriter);
[C++] public: IndentedTextWriter(TextWriter*);
[JScript] public function IndentedTextWriter(TextWriter);

Initializes a new instance of IndentedTextWriter using the specified text writer and tab string.

[Visual Basic] Overloads Public Sub New(TextWriter, String)
[C#] public IndentedTextWriter(TextWriter, String);
[C++] public: IndentedTextWriter(TextWriter*, String);
[JScript] public function IndentedTextWriter(TextWriter, String);

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.CodeDOM.Compiler Namespace