An instance of the Page
public sealed class PageCollection: ICollection, IEnumerable
Public NotInheritable Class PageCollection
Implements ICollection
Implements IEnumerable
Introduced: 14.0.
Method | Description |
---|---|
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns an enumerator that can be used to iterate through the collection. |
Get |
Gets a particular page from the collection. |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Item | Gets a page from the collection. |