PopPendingContinuation() private method

private PopPendingContinuation ( ) : void
return void
Esempio n. 1
0
        public override int Run(InterpretedFrame frame)
        {
            frame.PopPendingContinuation();

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

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