Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Entry Vlastnost

Definice

Získá klíč i hodnotu aktuální položky slovníku.

property System::Collections::DictionaryEntry System::Collections::IDictionaryEnumerator::Entry { System::Collections::DictionaryEntry get(); };
System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get; }
member this.System.Collections.IDictionaryEnumerator.Entry : System.Collections.DictionaryEntry
 ReadOnly Property Entry As DictionaryEntry Implements IDictionaryEnumerator.Entry

Hodnota vlastnosti

DictionaryEntry obsahující klíč i hodnotu aktuální položky slovníku.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> instance je přetypována na <xref:System.Collections.IDictionaryEnumerator> rozhraní.

Platí pro