InsertElement
InsertElement(IList, int, IValueGetter, ListInstanceType)
public IList InsertElement(IList instance, int index, IValueGetter container, ListInstanceType instanceType) ;
Description
Insert an container.
Parameters
| Parameter Name | Description |
|---|---|
| instance | Instance of type IList<elementType> |
| index | Index |
| container | The container to insert |
| instanceType | How to change the instance |
Returns
The resulting instance of the change