←Select platform

GetEnumerator() Method (FileCache)

Summary

Creates an enumerator that can be used to iterate through a collection of cache entries.

Syntax

C#
VB
C++
protected override System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object>> GetEnumerator()
Protected Overrides 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() override 

Return Value

An enumerator that can be used to iterate through a collection of cache entries.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize