C#2.0/Dictionaryのループ

foreach (KeyValuePair<String, String> kvp in this.mapHoge){
    //kvp.Key;
    //kvp.Value;
}