2 implementations of GetSection
System.Configuration (1)
System\Configuration\ClientConfigurationSystem.cs (1)
197
object IInternalConfigSystem.
GetSection
(string sectionName) {
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
173
object IInternalConfigSystem.
GetSection
(string configKey) {
1 reference to GetSection
System.Configuration (1)
System\Configuration\ConfigurationManager.cs (1)
183
object section = s_configSystem.
GetSection
(sectionName);