Method | Description | |
---|---|---|
WriteLineColor ( string message, ConsoleColor, backgroundColor, ConsoleColor, foregroundColor ) : void |
Writes a line to the console in a specific color.
|
public static WriteLineColor ( string message, ConsoleColor, backgroundColor, ConsoleColor, foregroundColor ) : void | ||
message | string | The message to write. |
backgroundColor | ConsoleColor, | The background color. |
foregroundColor | ConsoleColor, | The foreground color. |
return | void |