[]
Copies the elements of the PageCollection to a new array.
public Page[] ToArray()
Type | Description |
---|---|
Page[] | An array of Page objects containing copies of the elements in the PageCollection. |
PageCollection collection = new PageCollection();
Page[] array = collection.ToArray();