Enumerator<TKey,TValue>.Current property

Gets both the key and the value of the current dictionary entry.

public KeyValuePair<TKey, TValue> Current { get; }

See Also