getSection
Function
interface IConfiguration { // ... omitted for brevity getSection(key: string): IConfigurationSection;}Signature
method
getSection Gets a configuration section by key
getSection(key: string): IConfigurationSectionParameters
key string Returns
IConfigurationSection Applies to
This function is an extension method on the following types: