C# Класс ExamplesFx.ColorCode.LanguageRule

Defines a single rule for a language. For instance a language rule might define string literals for a given language.
Показать файл Открыть проект

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

Метод Описание
LanguageRule ( string regex, string>.IDictionary captures ) : System

Initializes a new instance of the LanguageRule class.

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

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

Initializes a new instance of the LanguageRule class.
public LanguageRule ( string regex, string>.IDictionary captures ) : System
regex string The regular expression that defines what the language rule matches and captures.
captures string>.IDictionary The scope indices and names of the regular expression's captures.
Результат System