Castle.DynamicProxy.Internal.InterfaceMethodWithoutTargetInvocation
namespace Castle.DynamicProxy.Internal
{
public sealed class InterfaceMethodWithoutTargetInvocation : AbstractInvocation
{
public InterfaceMethodWithoutTargetInvocation(object target, object proxy, IInterceptor[] interceptors, MethodInfo proxiedMethod, object[] arguments);
}
}