[Mono-bugs] [Bug 491858] Iterator implementation for generics is incompatible with MS implementation
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jul 29 09:16:48 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=491858
User harinath at hurrynot.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=491858#c6
Raja Harinath <harinath at hurrynot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |harinath at hurrynot.org
--- Comment #6 from Raja Harinath <harinath at hurrynot.org> 2009-07-29 07:16:47 MDT ---
I'm working on a somewhat simpler fix for Dictionary<,>, since we may need to
handle one more case:
var e = new Dictionary<int, int>.Enumerator ();
(yes, it's the struct constructor. Don't ask me why :-)
In this case, 'e.Current' doesn't appear to throw an exception either.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list