PooledStack<T>.

Pop() Method

Summary

Pops an item from the top of the stack. If the stack is empty, Pop throws an InvalidOperationException.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public T Pop()

Return Value

Type Description
T