7
Qual é a diferença entre SortedList e SortedDictionary?
Existe alguma diferença prática real entre a SortedList<TKey,TValue>e a SortedDictionary<TKey,TValue>? Existem circunstâncias em que você usaria especificamente um e não o outro?