LockingCollectionTRemove Method

Removes the first occurrence of a specific object from the LockingCollectionT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool Remove(
	T item
)

Parameters

item  T
The object to remove from the LockingCollectionT.

Return Value

Boolean
if item was successfully removed from the LockingCollectionT; otherwise, . This method also returns if item is not found in the original LockingCollectionT.

Implements

ICollectionTRemove(T)

See Also