Ejemplo n.º 1
0
 /// <summary>
 /// Pops an argument off the stack, negates it, and pushes the result.
 /// </summary>
 public Emit Negate()
 {
     InnerEmit.Negate();
     return(this);
 }