Implemented interface member:
method
GetSection
System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)
5 references to GetSection
System.Configuration.ConfigurationManager (5)
System\Configuration\Configuration.cs (1)
167ConfigurationSection section = (ConfigurationSection)_configRecord.GetSection(sectionName);
System\Configuration\ConfigurationSectionCollection.cs (1)
100return (ConfigurationSection)_configRecord.GetSection(configKey);
System\Configuration\ContextInformation.cs (1)
52return _configRecord.GetSection(sectionName);
System\Configuration\Internal\InternalConfigRoot.cs (1)
62object result = configRecord.GetSection(section);
System\Configuration\MgmtConfigurationRecord.cs (1)
1660GetSection(ReservedSectionProtectedConfiguration) as