System.Configuration.IConfigurationSectionHandler
Handles the access to certain configuration sections.
namespace System.Configuration
{
public interface IConfigurationSectionHandler
{
object Create(object parent, object configContext, XmlNode section);
}
}