Write(char) Method
Writes the specified Unicode character to the console.
public static void Write(char value)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- char value
- The value to write.
public static void Write(char value)