SortedList in CF?

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi all,

I need something like a SortedList presents int the full Fw.
Or better, I need an Hashtable that is sorted on the insertion order.

Is there some easy way to get it, or is there some custom implementation
around the web? :)

Thanks!
 
Zanna ha scritto:
Hi all,

I need something like a SortedList presents int the full Fw.
Or better, I need an Hashtable that is sorted on the insertion order.

.... can I use an alternative IEnumerator (an implementation of mine) for
an Hashtable?

Thanks again
 
Back
Top