X
xenophon
What is the fastest way to convert a class that implements IDictionary
to an instance of SortedList? I have 20 key/value pairs in an
IDictionary and it would be easier to review them if they were sorted.
Code readability is not important, I just want the utmost speed.
Thanks.
to an instance of SortedList? I have 20 key/value pairs in an
IDictionary and it would be easier to review them if they were sorted.
Code readability is not important, I just want the utmost speed.
Thanks.