Implemented interface member:
method
GetSection
System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)
5 references to GetSection
System.Configuration (5)
System\Configuration\Configuration.cs (1)
168
ConfigurationSection section = (ConfigurationSection) _configRecord.
GetSection
(sectionName);
System\Configuration\ConfigurationSectionCollection.cs (1)
152
return (ConfigurationSection)_configRecord.
GetSection
(configKey);
System\Configuration\ContextInformation.cs (1)
82
return _configRecord.
GetSection
(sectionName);
System\Configuration\Internal\InternalConfigRoot.cs (1)
149
object result = configRecord.
GetSection
(section);
System\Configuration\MgmtConfigurationRecord.cs (1)
1813
ProtectedConfigurationSection protectedConfig =
GetSection
(BaseConfigurationRecord.RESERVED_SECTION_PROTECTED_CONFIGURATION) as ProtectedConfigurationSection;