LockingCollectionTRemove Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) sealed
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
- item T
- The object to remove from the LockingCollectionT.
Boolean if
item was successfully removed from the
LockingCollectionT; otherwise,
.
This method also returns
if
item is not found in the original
LockingCollectionT.
ICollectionTRemove(T)