示例#1
0
 /// <summary>
 /// Pops two arguments off the stack, shifts the second value left by the first value.
 /// </summary>
 public Emit ShiftLeft()
 {
     InnerEmit.ShiftLeft();
     return(this);
 }