B
Bruce Wood
Going back to your original post...
So... this isn't exactly what you want after all. What you want is
something that maps a _multi-part_ key onto a value, or perhaps stores
values in a hierarchical structure but also in insertion order? Your
solution isn't "simpler" than mine... rather, it solves a different
problem.
Since your original post doesn't completely state your problem, could
you restate the problem so that we understand, completely, what it is
that you need to do?
is there a key value collection in .Net that maintains the
ordering in which I add items.
I would prefer just to use some collection that
maintains the ordering in which I add things (like ArrayList), but that
maps a key to a value.
So... this isn't exactly what you want after all. What you want is
something that maps a _multi-part_ key onto a value, or perhaps stores
values in a hierarchical structure but also in insertion order? Your
solution isn't "simpler" than mine... rather, it solves a different
problem.
Since your original post doesn't completely state your problem, could
you restate the problem so that we understand, completely, what it is
that you need to do?