Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator.IEnumerator.Current Vlastnost

Definice

Získá prvek v kolekci na aktuální pozici enumerátoru.

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

Hodnota vlastnosti

Prvek v kolekci na aktuální pozici enumerátoru.

Implementuje

Poznámky

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

Platí pro