ObservableCollectionExtended<(Of <(<'T>)>)>..::..RemoveAll Method
Removes all the elements that match the conditions defined by the specified predicate.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
Parameters
- match
- Type: Predicate<(Of <(<'T>)>)>
The System.Predicate`1 delegate that defines the conditions of the elements to remove.