Click or drag to resize

RecentDictionaryTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the dictionary.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
An enumerator to iterate through the dictionary's key/value pairs.

Implements

IEnumerableTGetEnumerator
See Also