我发现SortedList<TKey, TValue> SortedDictionary<TKey, TValue>并Dictionary<TKey, TValue>实现相同的接口.
SortedList<TKey, TValue>
SortedDictionary<TKey, TValue>
Dictionary<TKey, TValue>
SortedList
SortedDictionary
Dictionary
c# generics dictionary sortedlist sorteddictionary
c# ×1
dictionary ×1
generics ×1
sorteddictionary ×1
sortedlist ×1