Use this variation of the Item function together with the Count function to iterate through all items in the dictionary.
Iterating in this way can be slow since the Dictionary class was not designed for access like this. Also note that the returned elements will come in no particular order.