SynchronizedCollection<T>.RemoveItem Method (Int32)
.NET Framework (current version)
Removes an item at a specified index from the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index of the element to be retrieved from the collection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index specified is less than zero or greater than the number of items in the collection. |
.NET Framework
Available since 3.0
Available since 3.0
Show: