PooledStack<T>.

TryPop(T) Method

Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public bool TryPop(out T result)

Parameters

Name Type Description
result T

Return Value

Type Description
bool