ImmutableDictionary<TKey,TValue>.Builder.IDictionary.GetEnumerator Methode

Definitie

Retourneert een IDictionaryEnumerator object voor de woordenlijst.

 virtual System::Collections::IDictionaryEnumerator ^ System.Collections.IDictionary.GetEnumerator() = System::Collections::IDictionary::GetEnumerator;
System.Collections.IDictionaryEnumerator IDictionary.GetEnumerator();
abstract member System.Collections.IDictionary.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
override this.System.Collections.IDictionary.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Function GetEnumerator () As IDictionaryEnumerator Implements IDictionary.GetEnumerator

Retouren

Een IDictionaryEnumerator object voor de woordenlijst.

Implementeringen

Uitzonderingen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ImmutableDictionary<TKey,TValue>.Builder exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op