예제 #1
0
 private void InitializeBuilderCaches(ConfigurationDictionary dictionary)
 {
     if (sections == null)
     {
         sections = new ConfigurationSections(dictionary);
     }
     else
     {
         sections.ClearAll();
     }
 }
예제 #2
0
 private void InitializeBuilderCaches(ConfigurationDictionary dictionary)
 {
     if (sections == null)
     {
         sections = new ConfigurationSections(dictionary);
     }
     else
     {
         sections.ClearAll();
     }
 }