PooledStack<T>.

PooledStack(ClearMode, ArrayPool<T>) Constructor

Summary

Create a stack with the default initial capacity and a custom ArrayPool.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public PooledStack(ClearMode clearMode, ArrayPool<T> customPool)

Parameters

Name Type Description
clearMode ClearMode
customPool ArrayPool<T>

Return Value

Type Description
void