Struct SwiftDictionary<TKey, TValue>.SwiftDictionaryEnumerator
- Namespace
- SwiftCollections
- Assembly
- SwiftCollections.dll
Provides an efficient enumerator for iterating over the key-value pairs in the SwiftDictionary, enabling smooth traversal during enumeration.
public struct SwiftDictionary<TKey, TValue>.SwiftDictionaryEnumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IDictionaryEnumerator, IEnumerator
- Implements
-
IEnumerator<KeyValuePair<TKey, TValue>>
- Inherited Members
Properties
Current
public KeyValuePair<TKey, TValue> Current { get; }
Property Value
- KeyValuePair<TKey, TValue>
Methods
Dispose()
public void Dispose()
MoveNext()
public bool MoveNext()
Returns
Reset()
public void Reset()