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
You could use an OrderedDictionary, but I would question why you would want to do that.