FlatEnumerator<TKey,TValue>.Current property

Gets the current element in the collection.

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

See Also