This documentation is archived and is not being maintained.
MemoryCache::IEnumerable::GetEnumerator Method
Visual Studio 2010
Provides support for iteration over a generic collection.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
Return Value
Type: System.Collections::IEnumeratorThe 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: