May 2010
Intermediate to advanced
1272 pages
61h 18m
English
SortedList CollectionThe System.Collections.SortedList collection works like HashTable but it differs in that items can be accessed either via the key, or the index items are automatically sorted based on the key, for example, look at the following code:

It sorts items based on the key; therefore, it produces the following result:
Alessandro Del Sole
Read now
Unlock full access