Whitelog.Core.Loggers.String.StringAppenders.Console.ColorLine.ColorLine C# (CSharp) 메소드

ColorLine() 공개 메소드

public ColorLine ( ConsoleColor background, ConsoleColor foreground ) : System
background ConsoleColor
foreground ConsoleColor
리턴 System
        public ColorLine(ConsoleColor? background, ConsoleColor? foreground)
        {
            Background = background;
            Foreground = foreground;
        }
ColorLine