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(IEnumerable<T> enumerable, ClearMode clearMode)
Parameters
Return Value
Type | Description |
---|---|
void |