Struct SwiftHashSet<T>.SwiftHashSetEnumerator
- Namespace
- SwiftCollections
- Assembly
- SwiftCollections.dll
Provides an enumerator for iterating through the elements of the hash set, ensuring consistency during enumeration.
public struct SwiftHashSet<T>.SwiftHashSetEnumerator : IEnumerator<T>, IEnumerator, IDisposable
- Implements
-
IEnumerator<T>
- Inherited Members
Properties
Current
public readonly T Current { get; }
Property Value
- T
Methods
Dispose()
public void Dispose()
MoveNext()
public bool MoveNext()
Returns
Reset()
public void Reset()