http://msdn.microsoft.com/en-us/library/xfhwa508.aspx is the full documentation of that class. It shows all constructors, properties, methods and extension methods.

getEnumerator seems to be the method you need (it "returns an enumerator that iterates through the dictionary".

Kees