PooledStack<T>.

Peek() Method

Summary

Returns the top object on the stack without removing it. If the stack is empty, Peek throws an InvalidOperationException.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public T Peek()

Return Value

Type Description
T