This documentation is archived and is not being maintained.

ObjectCache::IEnumerable<KeyValuePair<String, Object>>::GetEnumerator Method

Supports iteration over a strongly typed collection.

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

private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator

Return Value

Type: System.Collections.Generic::IEnumerator<KeyValuePair<String, Object>>
The enumerator object that provides access to the cache entries in the cache.

Implements

IEnumerable<T>::GetEnumerator()

This member is an explicit interface member implementation. It can be used only when a derived ObjectCache instance is cast to an IEnumerable interface.

Developers can use this method to iterate through a strongly typed collection of cache entries.

This method is the default GetEnumerator implementation that internally calls the GetEnumerator method.

.NET Framework

Supported in: 4

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: