←Select platform

GetEnumerator(string) Method

Summary

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

Syntax
C#
VB
C++
public IEnumerator<KeyValuePair<string, object>> GetEnumerator( 
   string regionName 
) 
Public Function GetEnumerator( 
   ByVal regionName As String 
) As System.Collections.Generic.IEnumerator(Of System.Collections.Generic.KeyValuePair(Of String, Object)) 
public:  
   System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<String^, Object^>>^ GetEnumerator( 
       String^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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