Exemple #1
0
 /// <summary>
 /// Pops one argument off the stack, performs a bitwise inversion, and pushes the result.
 /// </summary>
 public Emit Not()
 {
     InnerEmit.Not();
     return(this);
 }