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