IndentedTextWriter::Write Method (Object^)

 

Writes the text representation of an object to the text stream.

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

public:
virtual void Write(
	Object^ value
) override

Parameters

value
Type: System::Object^

The object to write.

.NET Framework
Available since 1.1
Return to top
Show: