FastLookupCollectionTRemoveItem Method

Removes the first occurrence of item from the FastLookupCollectionT.

Definition

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

Parameters

item  T
The object to remove from the FastLookupCollectionT.

Return Value

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

See Also