C# Class ConsoleHelpers, httplaceholder

Exibir arquivo Open project: dukeofharen/httplaceholder Class Usage Examples

Public Methods

Method Description
WriteLineColor ( string message, ConsoleColor, backgroundColor, ConsoleColor, foregroundColor ) : void

Writes a line to the console in a specific color.

Method Details

WriteLineColor() public static method

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