コード例 #1
0
 /// <summary>
 /// Pops two arguments off the stack, performs a bitwise and, and pushes the result.
 /// </summary>
 public Emit And()
 {
     InnerEmit.And();
     return(this);
 }