ReplaceValues
Gets a reference to an object that manages the list of replace-values for parametrized search patterns.
| Command | Description |
|---|---|
| Add | Adds the specified value at the end of the list. |
| Clear | Removes all values from the list. |
| Count | Gets the number of values in the list. |
| GetEnumerator | Returns an enumerator for the list of values. |
| Item | Gets the value at the specified one-based position. |