Click or drag to resize

RouletteDictionaryTKey, TValueKeyCollectionGetEnumerator 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<TKey> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also