MemoryCache::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Provides support for iteration over a generic collection.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
Return Value
Type: System.Collections::IEnumerator^The enumerator object that provides access to the entries in the cache.
Implements
IEnumerable::GetEnumerator()This member is an explicit interface member implementation. It can be used only when a MemoryCache instance is cast to an IEnumerable interface.
You can use this method to iterate through a generic collection of cache entries.
.NET Framework
Available since 4.0
Available since 4.0
Show: