WriteLine(IAnsiConsole, string) Method
Writes the specified string value, followed by the current line terminator, to the console.
public static void WriteLine(this IAnsiConsole console, string text)
- Namespace
- Spectre
.Console - Containing Type
- Ansi
Console Extensions
Parameters
- IAnsiConsole console
- The console to write to.
- string text
- The text to write.