Method | Description | |
---|---|---|
LanguageRule ( string regex, string>.IDictionary |
Initializes a new instance of the LanguageRule class.
|
public LanguageRule ( string regex, string>.IDictionary |
||
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. |
return | System |