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();
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment