C# Class HDLToolkit.ConsoleColorScope

Inheritance: IDisposable
Afficher le fichier Open project: nathanrossi/hdl-toolkit

Méthodes publiques

Méthode Description
ConsoleColorScope ( ConsoleColor foregroundColor ) : System
ConsoleColorScope ( ConsoleColor backgroundColor, ConsoleColor foregroundColor ) : System
Dispose ( ) : void

Method Details

ConsoleColorScope() public méthode

public ConsoleColorScope ( ConsoleColor foregroundColor ) : System
foregroundColor ConsoleColor
Résultat System

ConsoleColorScope() public méthode

public ConsoleColorScope ( ConsoleColor backgroundColor, ConsoleColor foregroundColor ) : System
backgroundColor ConsoleColor
foregroundColor ConsoleColor
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void