コード例 #1
0
 protected abstract InvocationResult HandleCore( MethodInfo targetMethod, InvocationResult result );
コード例 #2
0
        internal InvocationResult Process( MethodInfo targetMethod, InvocationResult result )
        {
            Contract.Assert( targetMethod != null );

            return this.HandleCore( targetMethod, result );
        }