Removes all the elements that match the conditions defined by the specified predicate.
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public int RemoveAll(
Predicate<T> match
)
Parameters
- match
- Type: SystemPredicateT
The PredicateT delegate that defines the conditions of the elements to remove.
Return Value
Type:
Int32The number of elements removed from the
ListT .
Exceptions See Also