[]
Inserts an Element at a specified index.
public override void Insert(int index, object value)
Public Overrides Sub Insert(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | Index where the Element will be inserted. |
| object | value | Element to add to the list. |