Summary
Initializes a new instance of the
RegexConstraint class.
- Namespace
- TCLite
.Constraints - Containing Type
- RegexConstraint
Syntax
public RegexConstraint(string pattern, RegexOptions options = null)
Parameters
| Name | Type | Description |
|---|---|---|
| pattern | string | The pattern. |
| options | RegexOptions |
Return Value
| Type | Description |
|---|---|
| void |
