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