Inheritance: System.Configuration.DictionarySectionHandler
コード例 #1
0
 private static void HandleSwitches(Hashtable config, XmlNode switchesNode, object context)
 {
     config["switches"] = new SwitchesDictionarySectionHandler().Create(config["switches"], context, switchesNode);
 }
コード例 #2
0
 private static void HandleSwitches(Hashtable config, XmlNode switchesNode, object context) {
     config["switches"] = new SwitchesDictionarySectionHandler().Create(config["switches"], context, switchesNode);
 }