Table of Contents

Constructor RingBuffer

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

RingBuffer(int)

Initializes a new instance of the RingBuffer<T> class.

public RingBuffer(int capacity)

Parameters

capacity int

The capacity of this the new instance.