PushContinuation() 공개 메소드

public PushContinuation ( int continuation ) : void
continuation int
리턴 void
예제 #1
0
 public override int Run(InterpretedFrame frame)
 {
     // Push finally.
     frame.PushContinuation(_labelIndex);
     return(1);
 }
예제 #2
0
 public override int Run(InterpretedFrame frame) {
     // Push finally. 
     frame.PushContinuation(_labelIndex);
     return 1;
 }