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

Definicja

Bieżący element.

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 w bieżącej pozycji modułu wyliczającego.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableSortedDictionary<TKey,TValue>.Enumerator wystąpienie jest rzutowanie do interfejsu IEnumerator .

Dotyczy