[Mono-devel-list] op_LessThan MethodInfo

Ben Maurer bmaurer at ximian.com
Wed Feb 16 21:05:08 EST 2005


On Wed, 2005-02-16 at 21:44 -0400, Rogerio Pereira wrote:
> Hi!
> 
> How can i get the methodinfo for op_LessThan, op_GreaterThan of a
> System.Double or System.Int32 under Mono?


There is no such method. The cil opcodes `cgt' `ceq' or `bgt' `beq' are
used as needed.

-- Ben




More information about the Mono-devel-list mailing list