WriteLine(bool) Method
Writes the text representation of the specified boolean value,
followed by the current line terminator, to the console.
public static void WriteLine(bool value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- bool value
- The value to write.