C#
VB
C++
Creates an enumerator that can be used to iterate through a collection of cache entries.
protected abstract IEnumerator<KeyValuePair<string, object>> GetEnumerator()
Protected MustOverride Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of System.Collections.Generic.KeyValuePair(Of String, Object))
protected:
virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<String^, Object^>>^ GetEnumerator() abstract
An enumerator that can be used to iterate through a collection of cache entries.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET