MemoryCacheTKey, TValueGetEnumerator 方法
Returns an enumerator that iterates through the collection.
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public IEnumerator<ICacheEntry<TKey, TValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ICacheEntry(Of TKey, TValue))
abstract GetEnumerator : unit -> IEnumerator<ICacheEntry<'TKey, 'TValue>>
override GetEnumerator : unit -> IEnumerator<ICacheEntry<'TKey, 'TValue>>
IEnumeratorICacheEntryTKey,
TValueAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator