[]
Inserts an item to the IList at the specified index.
public void Insert(int index, object value)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which |
| object | value |
Inserts a page element into the pages collection at the specified index.
public void Insert(int index, T value)
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| T | value | The value. |
| Type | Condition |
|---|---|
| ArgumentNullException | Occurs if the value is null |