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 Class

IndentedTextWriter- indents new lines by a token (tabString).

Object
   TextWriter
      IndentedTextWriter

[Visual Basic]
Public Class IndentedTextWriter
   Inherits TextWriter
[C#]
public class IndentedTextWriter : TextWriter
[C++]
public __gc class IndentedTextWriter : public TextWriter
[JScript]
public class IndentedTextWriter extends TextWriter

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM.Compiler

Assembly: System.dll

See Also

IndentedTextWriter Members | System.CodeDOM.Compiler Namespace