Summary
Initializes a new instance of the
ConfigurationEntry class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- ConfigurationEntry
Syntax
public ConfigurationEntry(string section, string name, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| section | string | The section of the configuration entry, used to group configuration entries together. |
| name | string | The name of the configuration entry. |
| value | string | The value of the configuration entry. |
Return Value
| Type | Description |
|---|---|
| void |