IndentedTextWriter::Write Method (Boolean)

 

Writes the text representation of a Boolean value to the text stream.

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

public:
virtual void Write(
	bool value
) override

Parameters

value
Type: System::Boolean

The Boolean value to write.

.NET Framework
Available since 1.1
Return to top
Show: