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
)
Public MustOverride Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) abstract
abstract Remove :
item : 'T -> bool
Parameters
- item
- Type: T
the item to remove
Return Value
Type:
Booleantrue if item was found and removed; otherwise false
Implements
ICollectionTRemove(T)See Also