最佳答案
我发现 SortedList<TKey, TValue> SortedDictionary<TKey, TValue>和 Dictionary<TKey, TValue>实现了相同的接口。
SortedList和 SortedDictionary而不是 Dictionary?SortedList和 SortedDictionary在应用方面有什么不同?