SynchronizedCollection(Of T).IList.Remove Method (Object)
.NET Framework (current version)
Removes the first occurrence of a specified object as an element from the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- value
-
Type:
System.Object
The object to be removed from the collection.
Implements
IList.Remove(Object)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: