Bagikan melalui


ImmutableSortedDictionary<TKey,TValue>.Enumerator.Current Properti

Definisi

Mendapatkan elemen pada posisi enumerator saat ini.

public:
 property System::Collections::Generic::KeyValuePair<TKey, TValue> Current { System::Collections::Generic::KeyValuePair<TKey, TValue> get(); };
public System.Collections.Generic.KeyValuePair<TKey,TValue> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public ReadOnly Property Current As KeyValuePair(Of TKey, TValue)

Nilai Properti

Elemen pada posisi enumerator saat ini.

Penerapan

Berlaku untuk