OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Entry Proprietà

Definizione

Ottiene sia la chiave che il valore della voce del dizionario corrente.

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

Valore della proprietà

Oggetto DictionaryEntry contenente sia la chiave che il valore della voce del dizionario corrente.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza di <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> a un'interfaccia <xref:System.Collections.IDictionaryEnumerator>.

Si applica a