PooledStack<T>.

ToArray() Method

Summary

Copies the Stack to an array, in the same order Pop would return the items.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public T[] ToArray()

Return Value

Type Description
T[]