MarkupLine(string, object[]) Method
Writes the specified markup, followed by the current line terminator, to the console.
public static void MarkupLine(string format, params object[] args)
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsole
Parameters
- string format
- A composite format string.
- object[] args
- An array of objects to write.