Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Function GetEnumerator As IDictionaryEnumerator
C#
public IDictionaryEnumerator GetEnumerator()
Visual C++
public:
IDictionaryEnumerator^ GetEnumerator()
JavaScript
function getEnumerator();

Return Value

See Also