Table of Contents

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
Inherited Members

Properties

Current

public readonly T Current { get; }

Property Value

T

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()