ReadOnlyDictionary(Of TKey, TValue).KeyCollection.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.Generic.IEnumerator(Of TKey)An enumerator that can be used to iterate through the collection.
Implements
IEnumerable(Of T).GetEnumerator
Show: