Exemple #1
0
 /// <summary>
 /// Pops two arguments off the stack, multiplies them, and pushes the result.
 /// </summary>
 public Emit Multiply()
 {
     InnerEmit.Multiply();
     return(this);
 }