Why is there no generic implementation of OrderedDictionary?
Prior to posting this message, i did see: No generic implementation of OrderedDictionary?
But that just confirms that it does not exist. Not why it does not exist.
There are a few custom implementations I've seen, including: http://www.codeproject.com/KB/recipes/GenericOrderedDictionary.aspx
But why did Microsoft not include it in the base .net library? Surely they had a reason for not building a generic.... but what is it?
Thanks
EDIT: Perhpase this should be moved to programmers.se.com... but I don't know how to move it.