Is there any real practical difference between a SortedList<TKey,TValue> and a SortedDictionary<TKey,TValue>? Are there any circumstances where you would specifically use one and not the other?

7 Answers
7

Leave a Reply

Your email address will not be published. Required fields are marked *