Ejemplo n.º 1
0
 /// <summary>
 /// Emits a break instruction for use with a debugger.
 /// </summary>
 public Emit Break()
 {
     InnerEmit.Break();
     return(this);
 }