PooledStack<T>.

GetEnumerator() Method

Summary

Returns an IEnumerator for this PooledStack.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public PooledStack<T>.Enumerator GetEnumerator()

Return Value

Type Description
PooledStack<T>.Enumerator