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

Definition

Hämtar både nyckeln och värdet för den aktuella ordlisteposten.

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

Egenskapsvärde

En DictionaryEntry som innehåller både nyckeln och värdet för den aktuella ordlisteposten.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan bara användas när <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator-instansen> skickas till ett <xref:System.Collections.IDictionaryEnumerator-gränssnitt> .

Gäller för