C# 클래스 ExamplesFx.ColorCode.LanguageRule

Defines a single rule for a language. For instance a language rule might define string literals for a given language.
파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx

공개 메소드들

메소드 설명
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