YieldToPendingContinuation() public méthode

public YieldToPendingContinuation ( ) : int
Résultat int
Exemple #1
0
        public override int Run(InterpretedFrame frame)
        {
            frame.PopPendingContinuation();

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

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