←Select platform

GetEnumerator(string) Method

Summary

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

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

Parameters

regionName

Optional name of a region in cache.

Return Value

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

Requirements

Target Platforms

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

Leadtools.Caching Assembly

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