Saturday, August 25, 2007

SortedList

SORTEDLIST
• Similar to Hashtable, but sorts the data as it is inserted into the list
• Data is always sorted on the basis of key values
• Returns the DictionaryEntry object sorted on key values
• Declared as SortedList ages = new SortedList();

No comments: