Exception when emitting
g.If(myOperand.Property("Count").Invoke("Equals",myOperand2));
Workaround is
g.If(g.Local(myOperand.Property("Count")).Invoke("Equals",myOperand2));
Original issue reported on code.google.com by vlad.v...@gmail.com on 19 Jan 2013 at 10:28
Original issue reported on code.google.com by
vlad.v...@gmail.com
on 19 Jan 2013 at 10:28