ChangeObjectCollectionTRemove Method
Remove the first matching instance of the specified item from the
collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
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.