C# 클래스 HDLToolkit.ConsoleColorScope

상속: IDisposable
파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit

공개 메소드들

메소드 설명
ConsoleColorScope ( ConsoleColor foregroundColor ) : System
ConsoleColorScope ( ConsoleColor backgroundColor, ConsoleColor foregroundColor ) : System
Dispose ( ) : void

메소드 상세

ConsoleColorScope() 공개 메소드

public ConsoleColorScope ( ConsoleColor foregroundColor ) : System
foregroundColor ConsoleColor
리턴 System

ConsoleColorScope() 공개 메소드

public ConsoleColorScope ( ConsoleColor backgroundColor, ConsoleColor foregroundColor ) : System
backgroundColor ConsoleColor
foregroundColor ConsoleColor
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void