Creo que SortedList<TKey, TValue>
SortedDictionary<TKey, TValue>
y Dictionary<TKey, TValue>
implementan las mismas interfaces.SortedList <>, SortedDictionary <> y Dictionary <>
- Cuándo debemos optar por
SortedList
ySortedDictionary
sobreDictionary
? - ¿Cuál es la diferencia entre
SortedList
ySortedDictionary
en términos de aplicación?
Ver http://stackoverflow.com/questions/935621/whats-the-difference-between-sortedlist-and -sorteddictionary – nawfal