CacheTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the CacheTKey, TValue elements in the evaluation order.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairTKey, TValue
An IEnumeratorT that can be used to iterate through the CacheTKey, TValue.

Implements

IEnumerableTGetEnumerator

Remarks

See Also