Cache::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that can iterate through the Cache object collection.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator that can iterate through the Cache object collection.

.NET Framework
Available since 1.1
Return to top
Show: