topic says it all? Is there any simple way? msdn says that the keyed
collection is build from both a sortedlist and sorted dictionary.
http://msdn2.microsoft.com/en-us/library/5z658b67.aspx
(well, it doesn't say that specifically but it says it when talking about
the sorted versions so I'm not sure)
I've found this
That will probably work but hoping that there is some internal framework to
do it(or maybe they need to create a SortedKeyedColl ection too?)
Thanks,
Jon
collection is build from both a sortedlist and sorted dictionary.
http://msdn2.microsoft.com/en-us/library/5z658b67.aspx
(well, it doesn't say that specifically but it says it when talking about
the sorted versions so I'm not sure)
I've found this
That will probably work but hoping that there is some internal framework to
do it(or maybe they need to create a SortedKeyedColl ection too?)
Thanks,
Jon
Comment