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

Definizione

Ottiene il valore della voce del dizionario corrente.

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

Valore della proprietà

Valore dell'elemento corrente dell'enumerazione .

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