C# Class PipelineSample.ColoredConsole

Mostra file Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Public Methods

Method Description
WriteLine ( string message ) : void
WriteLine ( string message, string color ) : void

Method Details

WriteLine() public static method

public static WriteLine ( string message ) : void
message string
return void

WriteLine() public static method

public static WriteLine ( string message, string color ) : void
message string
color string
return void