Summary
Adds a configuration override specification to the
AdditionalArguments
collection in the form of section.name=value.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- MercurialCommandBase
<T>
Syntax
public void WithConfigurationOverride(string sectionName, string name, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| sectionName | string | The name of the section. |
| name | string | The name of the value. |
| value | string | The value. |
Return Value
| Type | Description |
|---|---|
| void |