Implemented interface member:
method
PrefetchSection
System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String, System.String)
3 overrides of PrefetchSection
System.Configuration (1)
System\Configuration\ClientConfigurationHost.cs (1)
446public override bool PrefetchSection(string sectionGroupName, string sectionName) {
System.Web (2)
Configuration\RemoteWebConfigurationHost.cs (1)
295public override bool PrefetchSection(string sectionGroupName, string sectionName)
Configuration\WebConfigurationHost.cs (1)
752public override bool PrefetchSection(string sectionGroupName, string sectionName) {