Console..::..WriteLine Method (Boolean)
Writes the text representation of the specified Boolean value, followed by the current line terminator, to the standard output stream.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static void WriteLine( bool value )
<TemplateAttribute> _ Public Shared Sub WriteLine ( _ value As Boolean _ )
[TemplateAttribute] public: static void WriteLine( bool^ value )
Parameters
- value
- Type: System..::..Boolean
The value to write.