Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class : GetEnumerator Method |
protected abstract IEnumerator<KeyValuePair<string,object>> GetEnumerator()
'Declaration
Protected MustOverride Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of String,Object))
'Usage
Dim instance As ObjectCache Dim value As IEnumerator(Of KeyValuePair(Of String,Object)) value = instance.GetEnumerator()
protected: abstract IEnumerator<KeyValuePair<String^,Object^>>^ GetEnumerator();