Exemple #1
0
 public override void RenderIL_Operate(ILCanvas canvas, ILValue input)
 {
     LoadValue(canvas, input); canvas.Emit_LNot();
 }