FixedQueueT Constructor
Namespace: DevCase.Runtime.CollectionsAssembly: 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
)
Public Sub New (
maxCapacity As Integer
)
Dim maxCapacity As Integer
Dim instance As New FixedQueue(maxCapacity)
public:
FixedQueue(
int maxCapacity
)
new :
maxCapacity : int -> FixedQueue
No code example is currently available or this language may not be supported.
Parameters
- maxCapacity Int32
-
The maximum queue capacity.
Bottom items beyond the specified capacity are discarded when a new item is pushed.