Dup() public method

public Dup ( ) : void
return void
Beispiel #1
0
 public override int Run(InterpretedFrame frame)
 {
     frame.Dup();
     return(1);
 }
Beispiel #2
0
 public override int Run(InterpretedFrame frame)
 {
     frame.Dup();
     return +1;
 }