EyeshotCollection<T>.Insert Method

Inserts an item into this collection at the specified index.
Public Overridable Sub Insert( _ 
ByVal index As Integer, _ 
ByVal item As T _ 
) Implements _ 
IList(Of T).Insert
This language is not supported or no code example is available.
public virtual void Insert( 
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 item to insert

Implements

IList<T>.Insert

.NET Framework

Supported in: 4.8

In this article

Definition