C# Класс FdoToolbox.Core.AppFramework.TempConsoleColor

A helper class to set the text color of the console. All text written to the console will be of the specified color until this object is disposed of.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

TempConsoleColor ( ConsoleColor c ) : System

Initializes a new instance of the TempConsoleColor class.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

TempConsoleColor() публичный Метод

Initializes a new instance of the TempConsoleColor class.
public TempConsoleColor ( ConsoleColor c ) : System
c ConsoleColor The c.
Результат System