Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Key Vlastnost

Definice

Získá klíč aktuální položky slovníku.

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

Hodnota vlastnosti

Klíč aktuálního prvku výčtu.

Implementuje

Key

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> instance je přetypována na <xref:System.Collections.IDictionaryEnumerator> rozhraní.

Platí pro