I have some information that needs to be stored in internal memory. I will like to store in the form of key-value pairs the way its done in SharedPreferences. I was thinking of creating JsonObject and
For testing purposes, I need to create an IEnumerable<KeyValuePair<string, string>> object with the following sample ke开发者_如何学Goy value pairs:
I\'m currently on a VB.NET project and wish to use a KeyValuePair to facilitate a reverse lookup. I\'ve found a great example in C# here: http://www.dreamincode.net/forums/showtopic78080.htm, however