What’s the difference between SortedList and SortedDictionary? 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 May 18, 2022 0 Comments