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 (TextWriter, String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal writer As TextWriter, _
   ByVal tabString As String _
)
[C#]
public IndentedTextWriter(
   TextWriter writer,
   string tabString
);
[C++]
public: IndentedTextWriter(
   TextWriter* writer,
   String* tabString
);
[JScript]
public function IndentedTextWriter(
   writer : TextWriter,
   tabString : String
);

Parameters

writer
[To be supplied.]
tabString
[To be supplied.]

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.Web.UI Namespace | IndentedTextWriter Constructor Overload List