C# Класс PowerArgs.Cli.StringLiteralHighlighter

A highlighter that highlights double quoted string literals
Наследование: RegexHighlighter
Показать файл Открыть проект

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

Метод Описание
StringLiteralHighlighter ( ConsoleColor fg = null, ConsoleColor bg = null ) : System

Creates the highlighter

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

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

Creates the highlighter
public StringLiteralHighlighter ( 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.
Результат System