【.NET】在config文件中自定义配置节
摘要:
相关类:ConfigurationSectionConfigurationElementCollectionConfigurationElement完成后的配置: 实现:1.首先实现ConfigurationElement 抽象类。注意ConfigurationProperty 的 name 是区分大小写的。public class JRogerElement : ConfigurationElement{ public JRogerElement() { } ... 阅读全文
posted @ 2014-02-20 17:35 JRoger 阅读(434) 评论(0) 推荐(0)
浙公网安备 33010602011771号