foreach(var item in myDictionary.Keys) { foo(item); } foreach(var item in myDictionary.Values) { foo(item); }