D
David Scemama
Hi,
I need to store (key,Value) pairs, but I don't want them sorted.
I need to access to the keys or values by index. I also need to access the
indexes using keys or values. The only class that seems to support that is
the SortedList, but there is no way to have it unsorted !
Does someone have a solution to this problem ?
Thanks a lot
David
I need to store (key,Value) pairs, but I don't want them sorted.
I need to access to the keys or values by index. I also need to access the
indexes using keys or values. The only class that seems to support that is
the SortedList, but there is no way to have it unsorted !
Does someone have a solution to this problem ?
Thanks a lot
David