I am trying to create a List of Dictionary items. I am not sure how to add items in list and how to get back the values while traversing the list.
Dictionary
A lot has changed in 5 years... You can now do the following:
ListDictionary list = new ListDictionary(); list.Add("Hello", "Test1"); list.Add("Hello", "Test2"); list.Add("Hello", "Test3");
Enjoy!