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.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.Insert

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition