Inheritance: System.Configuration.DictionarySectionHandler
 private static void HandleSwitches(Hashtable config, XmlNode switchesNode, object context)
 {
     config["switches"] = new SwitchesDictionarySectionHandler().Create(config["switches"], context, switchesNode);
 }
 private static void HandleSwitches(Hashtable config, XmlNode switchesNode, object context) {
     config["switches"] = new SwitchesDictionarySectionHandler().Create(config["switches"], context, switchesNode);
 }