And that is the only one? I need access by key/value and index.
> Arraylist (unless you sort the elements)
>
[quoted text clipped - 8 lines]
>> Thanks,
>> Stan
Imran Koradia - 28 Sep 2004 20:48 GMT
There's none in the BCL with those features. You can try one of these:
http://www.codeproject.com/csharp/hashlistarticle.asp
http://www.eggheadcafe.com/articles/20040424.asp
hope that helps..
Imran.
> And that is the only one? I need access by key/value and index.
>
[quoted text clipped - 10 lines]
> >> Thanks,
> >> Stan
Jay B. Harlow [MVP - Outlook] - 28 Sep 2004 23:58 GMT
dx,
Have you tried System.Collections.Specialized.NameValueCollection or
NameObjectCollectionBase?
NameObjectCollectionBase allows you to create a type safe collection that
can be accessed by key or index.
There are a number of other collection classes in
System.Collections.Specialized & System.Collections that may do what you
need...
Hope this helps
Jay
> And that is the only one? I need access by key/value and index.
>
[quoted text clipped - 10 lines]
>>> Thanks,
>>> Stan