VirtualCollectionTRemoveItem Method

Removes one occurrence of a specific object from the VirtualCollectionT.
The base implementation calls the overridable GetItemIndex and RemoveItem methods.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected virtual bool RemoveItem(
	T item
)

Parameters

item  T
The object to remove from the VirtualCollectionT.

Return Value

Boolean
, if an occurrence of item was removed; otherwise, .

Exceptions

See Also