LanguageSpecificStringDictionary.IDictionary.GetEnumerator Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Popis tohoto člena najdete v tématu 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
Návraty
Objekt, IEnumerator který lze použít pro iteraci prostřednictvím kolekce.
Implementuje
Poznámky
Tento člen je explicitní implementace členu rozhraní. Lze ho LanguageSpecificStringDictionary použít pouze v případě, že je instance přetypována do IEnumerable rozhraní.