CacheStoreProvider::GetEnumerator Method ()

 

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

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
virtual IDictionaryEnumerator^ GetEnumerator() abstract

Return Value

Type: System.Collections::IDictionaryEnumerator^

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

.NET Framework
Available since 4.7
Return to top
Show: