Condividi tramite


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

Definizione

Ottiene la chiave della voce del dizionario corrente.

property System::Object ^ System::Collections::IDictionaryEnumerator::Key { System::Object ^ get(); };
object System.Collections.IDictionaryEnumerator.Key { get; }
member this.System.Collections.IDictionaryEnumerator.Key : obj
 ReadOnly Property Key As Object Implements IDictionaryEnumerator.Key

Valore della proprietà

Chiave dell'elemento corrente dell'enumerazione .

Implementazioni

Key

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