VariableResolver Properties |
The VariableResolver type exposes the following members.
| Name | Description | |
|---|---|---|
| ValueSource |
A property collection, which will be used as to retrieve the referenced property values.
| |
| VariablePattern |
A regular expression, that detects variable references.
The defaut expression is \$(?<name>.+?)\$ |