SynchronizedKeyedCollection(Of K, T).RemoveItem Method (Int32)

 

Removes an item at a specified location from the collection.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Protected Overrides Sub RemoveItem (
	index As Integer
)

Parameters

index
Type: System.Int32

The zero-based index that specifies the location of the item that is removed from the collection.

.NET Framework
Available since 3.0
Return to top
Show: