Cake.Diagnostics.ConsolePalette.ConsolePalette C# (CSharp) Метод

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

public ConsolePalette ( ConsoleColor background, ConsoleColor foreground, ConsoleColor argumentBackground, ConsoleColor argumentForeground ) : System
background ConsoleColor
foreground ConsoleColor
argumentBackground ConsoleColor
argumentForeground ConsoleColor
Результат System
        public ConsolePalette(ConsoleColor background, ConsoleColor foreground, 
            ConsoleColor argumentBackground, ConsoleColor argumentForeground)
        {
            Background = background;
            Foreground = foreground;
            ArgumentBackground = argumentBackground;
            ArgumentForeground = argumentForeground;
        }
ConsolePalette