Summary
Gets a collection of configuration entry names for the given
section, or an empty collection if no such section exists.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Configuration - Containing Type
- Client
Configuration Collection
Syntax
public IEnumerable<string> GetNamesForSection(string sectionName)
Parameters
Name | Type | Description |
---|---|---|
sectionName | string | The name of the section to get configuration entry names for. |
Return Value
Type | Description |
---|---|
IEnumerable |
A collection of configuration entry names for the given section. |