| ConcurrentCollectionTRemove Method (FuncT, Boolean) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public void Remove(
Func<T, bool> predicate
)
public:
void Remove(
Func<T, bool>^ predicate
)
Parameters
- predicate
- Type: SystemFuncT, Boolean
A function to test each element for a condition.
See Also