[]
Adds the elements of an array of pages to the end of the pages collection.
public void AddRange(T[] pages)
| Type | Name | Description |
|---|---|---|
| T[] | pages | The pages to add. |
Adds the elements of pages collection to the end of the pages collection.
public void AddRange(PagesCollection<T> pages)
| Type | Name | Description |
|---|---|---|
| PagesCollection<T> | pages | The pages collection to add. |