Table of Contents

Struct SwiftQueue<T>.SwiftQueueEnumerator

Namespace
SwiftCollections
Assembly
SwiftCollections.dll

Enumerates the elements of a SwiftQueue<T> in the order they would be dequeued.

public struct SwiftQueue<T>.SwiftQueueEnumerator : 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()