Cauldron Win32 Libraries
Cauldron Win32 Libraries
Cauldron.Collections
ConcurrentCollection(T) Class
ConcurrentCollection(T) Methods
Remove Method
Remove Method (Func(T, Boolean))
Remove Method (T)
ConcurrentCollection
T
Remove Method (
T
)
Removes the first occurrence of a specific object from the
ConcurrentCollection
T
.
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
Copy
public
bool
Remove
( T
item
)
Parameters
item
Type:
T
The object to remove from the
ConcurrentCollection
T
.
Return Value
Type:
Boolean
true if item was successfully removed from the
ConcurrentCollection
T
; otherwise, false. This method also returns false if item is not found in the original
ConcurrentCollection
T
.
Implements
ICollection
T
Remove(T)
See Also
Reference
ConcurrentCollection
T
Class
Remove Overload
Cauldron.Collections Namespace
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE
Send comments on this topic to
alexander.schunk@capgemini.com