Castle.DynamicProxy.Internal.InheritanceInvocationWithoutTarget
namespace Castle.DynamicProxy.Internal
{
public sealed class InheritanceInvocationWithoutTarget : InheritanceInvocation
{
public InheritanceInvocationWithoutTarget(Type targetType, object proxy, IInterceptor[] interceptors, MethodInfo proxiedMethod, object[] arguments);
}
}