I could've sworn that before System.Collections.Generic, there was a class that was effectively KeyValuePair<string, string>.
In other words, it was an object with one two members: a name or key, and value, and both were typed as strings.
Anyone know what I'm referring to?
Its properties are objects (not strings), but maybe you're looking for DictionaryEntry because it's the object type returned when you iterate a StringDictionary.
The class you are looking for is the StringDictionary.
http://msdn.microsoft.com/en-us/library/system.collections.specialized.stringdictionary.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With