* Hashtable
* SortedList
* SortedList<TKey, TValue>
* Dictionary<TKey, TValue>
* ConcurrentDictionary<TKey, TValue>
I don't even know C# (just Java), yet I know that you'd probably want to use Dictionary<TKey, TValue> most of the time.
* Hashtable
* SortedList
* SortedList<TKey, TValue>
* Dictionary<TKey, TValue>
* ConcurrentDictionary<TKey, TValue>
I don't even know C# (just Java), yet I know that you'd probably want to use Dictionary<TKey, TValue> most of the time.