ConcurrentDictionary<TKey,TValue>.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í.
Poskytuje pro IDictionaryEnumeratorIDictionary<TKey,TValue>.
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
A IDictionaryEnumerator pro IDictionary<TKey,TValue>.
Implementuje
Poznámky
Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ConcurrentDictionary<TKey,TValue> případě, že je instance přetypovaná na IDictionary rozhraní.