SynchronizedCollection(Of T).Remove Method (T)
.NET Framework (current version)
Removes the first occurrence of a specified item from the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- item
-
Type:
T
The object to remove from the collection.
Return Value
Type: System.Booleantrue if item was successfully removed from the collection; otherwise, false.
Implements
ICollection(Of T).Remove(T)The elements in the collection that follow the removed element move up to occupy the vacated spot and their indices are updated accordingly.
.NET Framework
Available since 3.0
Available since 3.0
Show: