[]
Inserts an element to the collection at the specified index.
public virtual void Insert(int index, object e)
Public Overridable Sub Insert(index As Integer, e As Object)
Type | Name | Description |
---|---|---|
int | index | Index |
object | e | Element object |
Inserts an element to the collection at the specified index.
public virtual void Insert(int index, object e, bool noClone)
Public Overridable Sub Insert(index As Integer, e As Object, noClone As Boolean)
Type | Name | Description |
---|---|---|
int | index | Index |
object | e | Element object |
bool | noClone | Whether to add as is, no cloning |