The SortedList Object

The SortedList Object
There is an excellent article on the SortedList Object on w3schools.com
The SortedList object contains items in key/value pairs. A SortedList object automatically sort the items in alphabetic or numeric order.
Items are added to the SortedList with the Add() method. A SortedList can be sized to its final size with the TrimToSize() method.
Read it at the external site...
| Intermediate |





