C# 클래스 ConsoleHelpers, httplaceholder

파일 보기 프로젝트 열기: dukeofharen/httplaceholder 1 사용 예제들

공개 메소드들

메소드 설명
WriteLineColor ( string message, ConsoleColor, backgroundColor, ConsoleColor, foregroundColor ) : void

Writes a line to the console in a specific color.

메소드 상세

WriteLineColor() 공개 정적인 메소드

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.
리턴 void