Click or drag to resize

RecentDictionaryTKey, TValueValueCollectionGetEnumerator Method

Gets an enumerator that iterates through a collection.

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

Return Value

Type: IEnumeratorTValue
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also