[]
Inserts an item to the IList at the specified index.
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which |
| object | value | The object to insert into the IList. |