Ejemplo n.º 1
0
 protected abstract InvocationResult HandleCore( MethodInfo targetMethod, InvocationResult result );
Ejemplo n.º 2
0
        internal InvocationResult Process( MethodInfo targetMethod, InvocationResult result )
        {
            Contract.Assert( targetMethod != null );

            return this.HandleCore( targetMethod, result );
        }