主要是实现继承自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
转载于:https://www.cnblogs.com/zinocpp/articles/1847556.html