unsortable collection
hey,
i need a collection that is not sortable and that i will be able to get a value by key.
i wanted to use dictionary but it seems to be sortable
can anyone help me out
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Aug 15, 2009, 5:54 AM
Master BillaPosted Aug 15, 2009, 8:11 AM
I think you KeyValueCollection not in .NET Framework.you can use
System.Collections.Generic.KeyValuePair
Thank you
baba bubaPosted Aug 15, 2009, 6:31 AM