stringdictionary iteration

Is there a way to iterate through the items in a stringdictionary without knowing the keys? I just want to process all of the items 1 at a time.

SOLVED: Used the foreach command to do this