C# dictionary iterator
foreach(KeyValuePair<string, string> entry in myDic) { // do something with entry.Value or entry.Key }