Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Item In Dictionary
Message
From
03/05/2010 15:32:28
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01462835
Message ID:
01462875
Views:
53
>>I need to insert an item into a Dictionary at a specific position. Each item in the dictionary object has an Order value that specifies the position the item should be in in the collection.
>>
>>Anyone know how to do this?
>
>Out of curiosity, why do you care where it is?


You can add items to the dictionary in any order you want. When you need to process the items in a given order, use a Linq query to extract them in the order you need.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform