a SortedList<TKey,TValue>和a 之间是否有任何实际的区别SortedDictionary<TKey,TValue>?在任何情况下你会专门使用一个而不是另一个吗?
SortedList<TKey,TValue>
SortedDictionary<TKey,TValue>
.net c# generics sortedlist sorteddictionary
我的字典:
Dictionary<double, string> dic = new Dictionary<double, string>();
如何返回字典中的最后一个元素?
.net c# dictionary
.net ×2
c# ×2
dictionary ×1
generics ×1
sorteddictionary ×1
sortedlist ×1