FixedQueueT Constructor

Initializes a new instance of the FixedQueueT class.

Definition

Namespace: DevCase.Runtime.Collections
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FixedQueue(
	int maxCapacity
)

Parameters

maxCapacity  Int32
The maximum queue capacity.

Bottom items beyond the specified capacity are discarded when a new item is pushed.

See Also