http://bugzilla.novell.com/show_bug.cgi?id=491858
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=491858#c6 Raja Harinath <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Raja Harinath <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
