Ok...here\'s a softball question...
I just need to be able to insert a key/value pair into an object at a specific position. I\'m currently working with a Hashtable whic
Do you need to look up objects by the key? If not, consider using List> or List> if you're not using .NET 4.
List>