WriteLine(char[]) Method
Writes the specified array of Unicode characters, 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.