示例#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();
     }
 }