PushContinuation() public method

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