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