void AddRange(WizardPage[] pages)
Adds the elements of an array of WizardPage objects to the end of the WizardPagesCollection.
| # | Name | Description |
|---|---|---|
| 1 | pages | An array on WizardPage objects to be added. The array itself cannot be null, but it can contain elements that are null. |
Result: stored in self (calling object)