[Mono-bugs] [Bug 428216] [PATCH] return Dictionary keys as in added order

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 23 19:47:56 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=428216

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=428216#c5


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |vargaz at gmail.com




--- Comment #5 from Zoltan Varga <vargaz at gmail.com>  2008-09-23 17:47:56 MDT ---
mono's Dictionary does not return either keys or values in the insertion order,
that would be pretty hard to implement, as it is a hashtable. What is needed is
to return keys+values in the same order, which I think we do.


-- 
Configure bugmail: https://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.


More information about the mono-bugs mailing list