主要是实现继承自System.Configuration.IConfigurationSectionHandler 接口或 System.Configuration.ConfigurationSection的处理Class.
IConfigurationSectionHandler interface:
http://msdn.microsoft.com/en-us/library/system.configuration.iconfigurationsectionhandler.aspx
ConfigurationSection:
http://msdn.microsoft.com/en-us/library/system.configuration.configurationsection.aspx
本文主要介绍了如何实现继承自 IConfigurationSectionHandler 接口或 ConfigurationSection 的处理类,包括接口及类的基本概念与用法。
306

被折叠的 条评论
为什么被折叠?



