Example #1
0
 protected override void DoEmit(EmitContext ec)
 {
     First.Emit(ec);
     ec.Emit(OpCode.Pop);
     Second.Emit(ec);
 }