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 |
Return Value
Type | Description |
---|---|
int |