C# Class TextWriterExtensions, csharputils

ファイルを表示 Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
WriteLineColored ( this TextWriter, ConsoleColor, ConsoleColor, string Format ) : void

Method Details

WriteLineColored() public static method

public static WriteLineColored ( this TextWriter, ConsoleColor, ConsoleColor, string Format ) : void
TextWriter this
ConsoleColor ConsoleColor,
Format string
return void