EyeshotDisposableCollection<T>.Insert (Int32, T) Method

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition