Udostępnij za pośrednictwem


OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Value Właściwość

Definicja

Pobiera wartość bieżącego wpisu słownika.

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

Wartość właściwości

Wartość bieżącego elementu wyliczenia.

Implementuje

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy wystąpienie <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> jest rzutowanie do interfejsu <xref:System.Collections.IDictionaryEnumerator>.

Dotyczy