Table of Contents

Struct SwiftBucket<T>.SwiftBucketEnumerator

Namespace
SwiftCollections
Assembly
SwiftCollections.dll

Enumerates the elements of a SwiftBucket<T> collection.

public struct SwiftBucket<T>.SwiftBucketEnumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Remarks

The enumerator provides read-only, forward-only iteration over the elements in the SwiftBucket<T>. The enumerator is invalidated if the collection is modified after the enumerator is created.

Properties

Current

public T Current { get; }

Property Value

T

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()