CodeGenerator::Output Property

 

Gets the text writer to use for output.

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

protected:
property TextWriter^ Output {
	TextWriter^ get();
}

Property Value

Type: System.IO::TextWriter^

The text writer to use for output.

.NET Framework
Available since 1.1
Return to top
Show: