←Select platform

GetEnumerator Method

Summary

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

Syntax
C#
VB
C++
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 

Return Value

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly