ChangeObjectCollectionTRemove Method
Remove the first matching instance of the specified item from the
collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
No code example is currently available or this language may not be supported.
- item T
-
Reference to the item to be removed.
Boolean
Value indicating whether the specified item was removed from the
collection.