Table of Contents

Property IsFull

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

IsFull

Gets a value indicating whether the queue is full, that is, Count is equal to the capapcity.

public bool IsFull { get; }

Property Value

bool