Summary
Create a stack with a specific initial capacity. The initial capacity
must be a non-negative number.
- Namespace
- Avalonia
.Collections .Pooled - Containing Type
- PooledStack
<T>
Syntax
public PooledStack(int capacity)
Parameters
Name | Type | Description |
---|---|---|
capacity | int |
Return Value
Type | Description |
---|---|
void |