Ejemplo n.º 1
0
 /// <summary>
 /// Removes the top value on the stack.
 /// </summary>
 public Emit Pop()
 {
     InnerEmit.Pop();
     return(this);
 }