http://bugzilla.novell.com/show_bug.cgi?id=503585
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=503585#c1 --- Comment #1 from Mark Traudt <[email protected]> 2009-05-13 13:57:03 MDT --- Actually, my example was not complete since Dt was not implementing IComparable or IComparable<Dt>. If I add this, then the example seems to work fine. Interestingly, in our actual code we had implemented IComparable but not the generic equivalent, and this worked okay with .NET CLR but did not work with Mono. So there is a difference in behavior between the two in this case, but I am not sure I would characterize as a bug. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
