ChangeObjectCollectionTRemove Method

Remove the first matching instance of the specified item from the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public bool Remove(
	T item
)

Parameters

item  T
Reference to the item to be removed.

Return Value

Boolean
Value indicating whether the specified item was removed from the collection.

See Also