EyeshotKeyedCollection<T>.InsertItem Method

Inserts an element into the collection at the specified index.
Protected Overrides Sub InsertItem( _ 
ByVal index As Integer, _ 
ByVal item As T _ 
)
This language is not supported or no code example is available.
protected override void InsertItem( 
int index
T item 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index at which item should be inserted.

item
T

The object to insert.

.NET Framework

Supported in: 4.8

In this article

Definition