Table of Contents

Struct CircularBuffer<T>.Enumerator

Namespace
Backdash.Data
Assembly
Backdash.dll
public struct CircularBuffer<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

public readonly T Current { get; }

Property Value

T

Methods

Dispose()

public readonly void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool