ChangeObjectCollectionTRemove Method

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

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
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