ThreadSafeListTRemove Method

Removes an item from the list.

Definition

Namespace: SnapDB.Threading
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Remove(
	T item
)

Parameters

item  T
The item to remove from the list.

Return Value

Boolean
true if the item is successfully removed; otherwise, false.

See Also