ImmutableDictionary<TKey,TValue>.Enumerator.Current Egenskap

Definition

Hämtar elementet på den aktuella positionen för uppräknaren.

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)

Egenskapsvärde

Elementet i ordlistan vid den aktuella positionen för uppräknaren.

Implementeringar

Gäller för