OrderedDictionary<TKey,TValue>.Enumerator.IEnumerator.Current Właściwość

Definicja

Pobiera element w kolekcji na bieżącej pozycji modułu wyliczającego.

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

Wartość właściwości

Element w kolekcji na bieżącym położeniu modułu wyliczającego.

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.IEnumer> ator.

Dotyczy