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