LanguageSpecificStringDictionary.IDictionary.GetEnumerator Methode

Definitie

Zie voor een beschrijving van dit lid GetEnumerator().

 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 IEnumerator object dat kan worden gebruikt om de verzameling te herhalen.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het LanguageSpecificStringDictionary exemplaar naar een IEnumerable interface wordt gecast.

Van toepassing op

Zie ook