PushContinuation() public method

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