PooledStack<T>.

PooledStack(IEnumerable<T>) Constructor

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)

Parameters

Name Type Description
enumerable IEnumerable<T>

Return Value

Type Description
void