PooledStack<T>.

PooledStack(ArrayPool<T>) Constructor

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<T>

Return Value

Type Description
void