ReadOnlyDictionary<TKey,TValue>.GetEnumerator Methode

Definitie

Retourneert een enumerator die door de ReadOnlyDictionary<TKey,TValue>.

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<TKey, TValue>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>> GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<'Key, 'Value>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<'Key, 'Value>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of TKey, TValue))

Retouren

IEnumerator<KeyValuePair<TKey,TValue>>

Een enumerator die kan worden gebruikt om de verzameling te herhalen.

Implementeringen

Van toepassing op