ExtendedBindingListTRemoveAll Method

Remove all items that match the conditions defined by the specified predicate

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public int RemoveAll(
	Predicate<T> match
)

Parameters

match  PredicateT
The PredicateT delegate that defines the conditions of the match

Return Value

Int32
Returns the number of items removed from the collection

See Also