Struct ObservableDictionary<TKey, TValue>.Enumerator<TKey, TValue>
Implements
IEnumerator<KeyValuePair<TKey, TValue>>
IDisposable
IDictionaryEnumerator
IEnumerator
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public struct Enumerator<TKey, TValue>
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
| Improve this Doc View SourceCurrent
Declaration
public readonly KeyValuePair<TKey, TValue> Current { get; }
Property Value
Type | Description |
---|---|
KeyValuePair<TKey, TValue> |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
IEnumerator<>
IDisposable
IDictionaryEnumerator
IEnumerator