[]
Removes all the elements that match the conditions defined by the specified predicate.
public int RemoveAll(StructPredicate<T> match)
Public Function RemoveAll(match As StructPredicate(Of T)) As Integer
| Type | Name | Description |
|---|---|---|
| StructPredicate<T> | match | The StructPredicate<T> delegate that defines the conditions of the elements to remove. |
| Type | Description |
|---|---|
| int | The number of elements removed from the StructList<T>. |