PooledStack<T>.

RemoveWhere(Func<T, bool>) Method

Summary

This method removes all items which match the predicate. The complexity is O(n).
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledStack<T>

Syntax

public int RemoveWhere(Func<T, bool> match)

Parameters

Name Type Description
match Func<T, bool>

Return Value

Type Description
int