Udostępnij za pośrednictwem


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

Definicja

Pobiera klucz bieżącego wpisu słownika.

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

Wartość właściwości

Klucz bieżącego elementu wyliczenia.

Implementuje

Key

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