PowerArgs.Cli.NumericHighlighter.NumericHighlighter C# (CSharp) Method

NumericHighlighter() public method

Creates the highlighter
public NumericHighlighter ( ConsoleColor fg = null, ConsoleColor bg = null ) : System
fg ConsoleColor The foreground color of this highlighter. If null, the console default is used.
bg ConsoleColor The background color of this highlighter. If null, the console default is used.
return System
        public NumericHighlighter(ConsoleColor? fg = null, ConsoleColor? bg = null)
            : base(fg, bg)
        {
        }