[]
Inserts the elements from page collections objects into the pages collection at the specified index.
public void InsertRange(int index, PagesCollection<T> pages)
Type | Name | Description |
---|---|---|
int | index | The index. |
PagesCollection<T> | pages | The pages collection. |
Inserts the elements from an array of page objects into the pages collection at the specified index.
public void InsertRange(int index, T[] pages)
Type | Name | Description |
---|---|---|
int | index | The index. |
T[] | pages | The pages. |