PooledStack<T>.

Push(T) Method

Summary

Pushes an item to the top of the stack.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public void Push(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
void