WeakReferenceListTRemove Method  | 
 
            Remove an item
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override bool Remove(
	T item
)
Public Overrides Function Remove ( 
	item As T
) As Boolean
public:
virtual bool Remove(
	T item
) override
abstract Remove : 
        item : 'T -> bool 
override 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)ICollectionTRemove(T)
Exceptions
See Also