RingBuffer<T>

Class
Type Parameters
T
Inheritanceobject
ImplementsIReadOnlyList<T>IReadOnlyCollection<T>IEnumerable<T>IEnumerable

Properties

Capacity: int
Count: int
this[int]: T

Constructors

RingBuffer(capacity: int)

Methods

Add(item: T): void
Clear(): void
Get(i: int): T
GetEnumerator(): IEnumerator<T>

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page