VirtualCollectionTRemoveItem Method
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected virtual bool RemoveItem(
T item
)
Protected Overridable Function RemoveItem (
item As T
) As Boolean
protected:
virtual bool RemoveItem(
T item
)
abstract RemoveItem :
item : 'T -> bool
override RemoveItem :
item : 'T -> bool
- item T
- The object to remove from the VirtualCollectionT.
Boolean, if an occurrence of
item was removed; otherwise,
.