WriteLine(char) Method
Writes the specified Unicode character, followed by the current
line terminator, value to the console.
public static void WriteLine(char value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- char value
- The value to write.