a SortedList<TKey,TValue>和a 之间是否有任何实际的区别SortedDictionary<TKey,TValue>?在任何情况下你会专门使用一个而不是另一个吗?
SortedList<TKey,TValue>
SortedDictionary<TKey,TValue>
.net c# generics sortedlist sorteddictionary
.net ×1
c# ×1
generics ×1
sorteddictionary ×1
sortedlist ×1