Summary
Create a stack with the default initial capacity.
- Namespace
- Avalonia
.Collections .Pooled - Containing Type
- PooledStack
<T>
Syntax
public PooledStack(ArrayPool<T> customPool)
Parameters
Name | Type | Description |
---|---|---|
customPool | ArrayPool |
Return Value
Type | Description |
---|---|
void |