Sorted Key,Value list

  • Thread starter Thread starter Leif Eirik Olsen
  • Start date Start date
L

Leif Eirik Olsen

Hi,

Can anyone please tell me what class to use for a non visual sorted list
holding key-value pairs?

Tried HashTable, but can not figure out how to sort it.

thanks,
Leo
 
Hi

We have SortedList class in .Net. which represents a collection of
key-and-value pairs that are sorted by the keys and are accessible by key and
by index.
I hope I've understood your question correctly.
 
Reza said:
Hi

We have SortedList class in .Net. which represents a collection of
key-and-value pairs that are sorted by the keys and are accessible by key and
by index.
I hope I've understood your question correctly.

Afaik SortedList is not available for CompactFramework. Or?

regards,
Leo
 
Back
Top