Struct ObservableDictionary<TKey, TValue>.Enumerator
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
public struct ObservableDictionary<TKey, TValue>.Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IDictionaryEnumerator, IEnumerator
- Implements
-
IEnumerator<KeyValuePair<TKey, TValue>>
- Inherited Members
- Extension Methods
Properties
Current
public KeyValuePair<TKey, TValue> Current { get; }
Property Value
- KeyValuePair<TKey, TValue>
Methods
Dispose()
public void Dispose()
MoveNext()
public bool MoveNext()