main
1namespace gorilla.commons.infrastructure.thirdparty.Castle.DynamicProxy
2{
3    public interface InterceptorConstraintFactory
4    {
5        InterceptorConstraint<Type> CreateFor<Type>();
6    }
7}