←Select platform

GetEnumerator() Method

Summary

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

Syntax
C#
C++/CLI
Python
protected override IEnumerator<KeyValuePair<string, object>> GetEnumerator() 
protected:  
   virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<String^, Object^>>^ GetEnumerator() override 
def GetEnumerator(self): 

Return Value

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

Requirements

Target Platforms

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

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.