IndentedTextWriter::InnerWriter Property

 

Gets the TextWriter to use.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property TextWriter^ InnerWriter {
	TextWriter^ get();
}

Property Value

Type: System.IO::TextWriter^

The TextWriter to use.

.NET Framework
Available since 1.1
Return to top
Show: