ThreadSafeListTRemove Method
Removes an item from the list.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
public:
bool Remove(
T item
)
- item T
- The item to remove from the list.
Booleantrue if the item is successfully removed; otherwise,
false.