Click or drag to resize

ConcurrentCollectionTRemove Method (FuncT, Boolean)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Remove(
	Func<T, bool> predicate
)

Parameters

predicate
Type: SystemFuncT, Boolean
A function to test each element for a condition.
See Also