PooledList<T>.

RemoveAll(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
PooledList<T>

Syntax

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

Parameters

Name Type Description
match Func<T, bool>

Return Value

Type Description
int