ReadOnlyDictionaryBaseTKey, TValueGetEnumerator Method

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

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

protected virtual IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
Enumerator object.
See Also

Reference