Exemple #1
0
 /// <summary>
 /// Pops two arguments off the stack, performs a bitwise or, and pushes the result.
 /// </summary>
 public Emit Or()
 {
     InnerEmit.Or();
     return(this);
 }