示例#1
0
 /// <summary>
 /// Pops two arguments off the stack, calculates the remainder of the second divided by the first, and pushes the result.
 /// </summary>
 public Emit Remainder()
 {
     InnerEmit.Remainder();
     return(this);
 }