VirtualCollectionTRemove Method

Removes one occurrence of a specific object from the VirtualCollectionT.
Calls the overridable RemoveItem method.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool Remove(
	T item
)

Parameters

item  T
The object to remove from the VirtualCollectionT.

Return Value

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

Implements

ICollectionTRemove(T)

Exceptions

See Also