Back to Browse

23. C# - SortedList

12.0K views
Dec 3, 2018
8:41

The #SortedList collection stores key-value pairs in the ascending order of key. SortedList class implements #IDictionary & #ICollection interfaces, so elements can be accessed both by key and index. SortedList key can be of any data type, but you cannot add keys of different data types in the same SortedList. Internally, SortedList maintains two object[] array, one for keys and another for values... -~-~~-~~~-~~-~- Check out: - LinkedIn Learning: http://bit.ly/2PxsH57 - Pluralsight: http://bit.ly/2EsgjlJ - Udemy: http://bit.ly/2QP5P5V - YouTube: http://bit.ly/2pVlkwO -~-~~-~~~-~~-~-

Download

1 formats

Video Formats

360pmp415.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

23. C# - SortedList | NatokHD