PopPendingContinuation() 개인적인 메소드

private PopPendingContinuation ( ) : void
리턴 void
예제 #1
0
        public override int Run(InterpretedFrame frame)
        {
            frame.PopPendingContinuation();

            // jump to goto target or to the next finally:
            return(frame.YieldToPendingContinuation());
        }
예제 #2
0
        public override int Run(InterpretedFrame frame) {
            frame.PopPendingContinuation();

            // jump to goto target or to the next finally:
            return frame.YieldToPendingContinuation();
        }