WizardPagesCollection.AddRange Method

void AddRange(WizardPage[] pages)

Adds the elements of an array of WizardPage objects to the end of the WizardPagesCollection.

#NameDescription
1pagesAn 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)