Tuesday, August 19, 2008

Sorted HashTable

Recently, I wanted a sorted HashTable.

After struggling with the System.Collections.HashTable, I remembered the definition of hash table.

What I really needed to use was the SortedList. So this is more a reminder that I need to find (or write) a users guide for the System.Collections part of the Framework.

No comments: