ConcurrentListTRemoveAll Method |
Removes all the elements that match the conditions defined by the specified predicate.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int RemoveAll(
Func<T, bool> match
)
Parameters
- match
- Type: SystemFuncT, Boolean
The function that defines the conditions of the elements to remove.
Return Value
Type:
Int32The number of elements removed from the list.
See Also