[]
Inserts the element at the specified index.
protected virtual void Insert(int index, object obj)
Protected Overridable Sub Insert(index As Integer, obj As Object)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the element. |
| object | obj | The element to insert. |