Summary
Fills a Stack with the contents of a particular collection. The items are
pushed onto the stack in the same order they are read by the enumerator.
- Namespace
- Avalonia
.Collections .Pooled - Containing Type
- PooledStack
<T>
Syntax
public PooledStack(T[] array, ArrayPool<T> customPool)
Parameters
Name | Type | Description |
---|---|---|
array | T[] | |
customPool | ArrayPool |
Return Value
Type | Description |
---|---|
void |