ImmutableSortedDictionary<TKey,TValue>.Enumerator.Current Propriété

Définition

Obtient l'élément situé à la position actuelle de l'énumérateur.

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)

Valeur de propriété

Élément situé à la position actuelle de l’énumérateur.

Implémente

S’applique à