Метод | Описание | |
---|---|---|
RegexConstraint ( string pattern ) : System.Text.RegularExpressions |
Initializes a new instance of the T:RegexConstraint class.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
Метод | Описание | |
---|---|---|
Matches ( string actual ) : bool |
Test whether the constraint is satisfied by a given value
|
protected Matches ( string actual ) : bool | ||
actual | string | The value to be tested |
Результат | bool |
public RegexConstraint ( string pattern ) : System.Text.RegularExpressions | ||
pattern | string | The pattern. |
Результат | System.Text.RegularExpressions |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
Результат | void |