ImmutableSortedDictionary<TKey,TValue>.Enumerator.Current Property

Definition

Gets the element at the current position of the enumerator.

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)

Property Value

The element at the current position of the enumerator.

Implements

Applies to