G
Guest
Hi,
I want to use OrderedDictionary to get my objects in same order as they
are inserted in. I also want to access the objects using a key. So my
question is whether this is the best option or there is some better
collection object than OD. The current MSDN documentation dosn't says
anything in favor or against OD for retrieving object in order.
Remember I don't want ot sort objects on keys or anything else.
Thanks in advance,
Suhaib
I want to use OrderedDictionary to get my objects in same order as they
are inserted in. I also want to access the objects using a key. So my
question is whether this is the best option or there is some better
collection object than OD. The current MSDN documentation dosn't says
anything in favor or against OD for retrieving object in order.
Remember I don't want ot sort objects on keys or anything else.
Thanks in advance,
Suhaib