DictionaryEnumerator<TKey, TValue> sealed class DictionaryEnumerator<TKey, TValue> : IDictionaryEnumerator, IEnumerator Documentation Code public object Current { get; } public DictionaryEntry Entry { get; } public object Key { get; } public object Value { get; } public bool MoveNext() public void Reset()