ConcurrentListTRemove Method |
Removes the first occurrence of a specific object from the list.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool Remove(
T item
)
Parameters
- item
- Type: T
The object to remove from the list. The value can be null for reference types.
Return Value
Type:
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.
Implements
ICollectionTRemove(T)See Also