Struct ObservableDictionary<TKey, TValue>.Enumerator<TKey, TValue>
Implements
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>
System.IDisposable
System.Collections.IDictionaryEnumerator
System.Collections.IEnumerator
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
[Serializable]
public struct Enumerator<TKey, TValue> : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IDictionaryEnumerator, IEnumerator
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
| Improve this Doc View SourceCurrent
Declaration
public readonly KeyValuePair<TKey, TValue> Current { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<TKey, TValue> |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Explicit Interface Implementations
| Improve this Doc View SourceIDictionaryEnumerator.Entry
Declaration
readonly DictionaryEntry IDictionaryEnumerator.Entry { get; }
Returns
Type | Description |
---|---|
System.Collections.DictionaryEntry |
IDictionaryEnumerator.Key
Declaration
readonly object IDictionaryEnumerator.Key { get; }
Returns
Type | Description |
---|---|
System.Object |
IDictionaryEnumerator.Value
Declaration
readonly object IDictionaryEnumerator.Value { get; }
Returns
Type | Description |
---|---|
System.Object |
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
IEnumerator.Reset()
Declaration
void IEnumerator.Reset()
Implements
System.Collections.Generic.IEnumerator<T>
System.IDisposable
System.Collections.IDictionaryEnumerator
System.Collections.IEnumerator