ayi <t>`foreach(KeyValuePair entry in myDictionary)<br/> {<br/> // do something with entry.Value or entry.Key<br/> }<br/> <br/>