[Mono-bugs] [Bug 78475][Maj] Changed - SortedList throws InvalidOp
when adding second key of type System.Type
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 21 12:15:13 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78475
--- shadow/78475 2006-05-21 09:37:39.000000000 -0400
+++ shadow/78475.tmp.1795 2006-05-21 12:15:13.000000000 -0400
@@ -48,6 +48,11 @@
Created an attachment (id=17075)
test case (sortedlist.cs)
------- Additional Comments From juraj at hotfeet.ch 2006-05-21 09:37 -------
The test case fails with Mono 1.1.13.7 as well.
+
+------- Additional Comments From vargaz at gmail.com 2006-05-21 12:15 -------
+SortedList is sorted by its keys, which must be comparable. System.Type
+is not.
+
More information about the mono-bugs
mailing list