WriteLine(string, object[]) Method
Writes the text representation of the specified array of objects,
followed by the current line terminator, to the console
using the specified format information.
public static void WriteLine(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.