Click or drag to resize

WeakReferenceListBaseTRemove Method

Remove an item

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract bool Remove(
	T item
)

Parameters

item
Type: T
the item to remove

Return Value

Type: Boolean
true if item was found and removed; otherwise false

Implements

ICollectionTRemove(T)
See Also