Ejemplo n.º 1
0
 /// <summary>
 /// Emits an instruction that does nothing.
 /// </summary>
 public Emit Nop()
 {
     InnerEmit.Nop();
     return(this);
 }