Click or drag to resize

ConcurrentListTRemoveAll Method

Removes all the elements that match the conditions defined by the specified predicate.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: Int32
The number of elements removed from the list.
See Also