[Mono-bugs] [Bug 45538][Min] Changed - Hashtable IEnumerable.GetEnumerator is wrong
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 27 Jun 2003 10:53:11 -0400 (EDT)
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 paf@design.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=45538
--- shadow/45538 Fri Jun 27 10:39:26 2003
+++ shadow/45538.tmp.29366 Fri Jun 27 10:53:11 2003
@@ -26,6 +26,11 @@
{
- return new Enumerator (this,
EnumeratorMode.KEY_MODE);
+ return new Enumerator (this,
EnumeratorMode.ENTRY_MODE);
}
+
+------- Additional Comments From PAF@design.ru 2003-06-27 10:53 -------
+Created an attachment (id=4735)
+proposed patch
+