Castle.Windsor.Configuration.AppDomain.CastleSectionHandler
Implementation of IConfigurationSectionHandler.
Do not support configuration inheritance.
namespace Castle.Windsor.Configuration.AppDomain
{
public class CastleSectionHandler
{
public object Create(object parent, object configContext, XmlNode section);
public CastleSectionHandler();
}
}