C# 클래스 TidyJson.ConsoleBrush

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

공개 메소드들

메소드 설명
Apply ( ) : void
ConsoleBrush ( ConsoleColor color ) : System
ConsoleBrush ( ConsoleColor foreground, ConsoleColor background ) : System
ResetBackground ( ConsoleColor value ) : ConsoleBrush
ResetForeground ( ConsoleColor value ) : ConsoleBrush
ToString ( ) : string

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

ConsoleBrush() 공개 메소드

public ConsoleBrush ( ConsoleColor color ) : System
color ConsoleColor
리턴 System

ConsoleBrush() 공개 메소드

public ConsoleBrush ( ConsoleColor foreground, ConsoleColor background ) : System
foreground ConsoleColor
background ConsoleColor
리턴 System

ResetBackground() 공개 메소드

public ResetBackground ( ConsoleColor value ) : ConsoleBrush
value ConsoleColor
리턴 ConsoleBrush

ResetForeground() 공개 메소드

public ResetForeground ( ConsoleColor value ) : ConsoleBrush
value ConsoleColor
리턴 ConsoleBrush

ToString() 공개 메소드

public ToString ( ) : string
리턴 string