Writes a bool with a line break to the stream.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
void WriteLine( bool value ) |
| Visual Basic |
|---|
Sub WriteLine ( _ value As Boolean _ ) |
| Visual C++ |
|---|
void WriteLine( bool value ) |
Parameters
- value
- Type: System..::..Boolean
Bool value to write.