CacheStoreProvider.GetEnumerator Method

Definition

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

public:
 abstract System::Collections::IDictionaryEnumerator ^ GetEnumerator();
public abstract System.Collections.IDictionaryEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Public MustOverride Function GetEnumerator () As IDictionaryEnumerator

Returns

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

Applies to