[]
Removes all the items that match the conditions defined by the specified predicate.
public int RemoveAll(Predicate<object> match)
Public Function RemoveAll(match As Predicate(Of Object)) As Integer
| Type | Name | Description |
|---|---|---|
| Predicate<object> | match |
| Type | Description |
|---|---|
| int |