ReadOnlyDictionary<TKey, TValue>.ValueCollection.IEnumerable.GetEnumerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an enumerator that iterates through the collection.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections.IEnumeratorAn enumerator that can be used to iterate through the collection.
Implements
IEnumerable.GetEnumerator()This member is an explicit interface member implementation. It can be used only when the ReadOnlyDictionary<TKey, TValue>.ValueCollection instance is cast to an IEnumerable interface.
Show: