ReadOnlyDictionaryBaseTKey, TValueIEnumerableKeyValuePairTKey, TValueGetEnumerator Method

CVB.Net Documentation
Returns an enumerator that iterates through the collection.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

IEnumerator<KeyValuePair<TKey, TValue>> IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference