[]
Removes items from the list based on predicate.
public virtual int RemoveAll(Predicate<T> match)
Public Overridable Function RemoveAll(match As Predicate(Of T)) As Integer
Type | Name | Description |
---|---|---|
Predicate<T> | match | Predicate deciding should item be removed or not. |
Type | Description |
---|---|
int |