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

 

Inserts an item into the collection at a specified location.

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

Protected Overrides Sub InsertItem (
	index As Integer,
	item As T
)

Parameters

index
Type: System.Int32

The zero-based index that specifies the insertion location for the item in the collection.

item
Type: T

The item of type T to be inserted into the collection.

.NET Framework
Available since 3.0
Return to top
Show: