Fastest IDictionary to SortedLIst Convert?

  • Thread starter Thread starter xenophon
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top