Name | Description | |
---|---|---|
![]() | OutputRange Constructor | Overloaded. |
The following tables list the members exposed by OutputRange.
Name | Description | |
---|---|---|
![]() | OutputRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | All | Represents an all-inclusive range. |
![]() ![]() | AllInverted | Represents an all-inclusive range with inverted order. |
Name | Description | |
---|---|---|
![]() | FromPage | Gets the first page in the range. |
![]() | Inverted | Gets the value indicating whether the range should be inverted. If the range is inverted, the range's iterator goes from the end of the range backwards. |
![]() | ToPage | Gets the last page in the range. |
![]() | Type | Type of range: all pages, range of pages etc. |
Name | Description | |
---|---|---|
![]() | Contains | Tests whether the specified page is within the range. |
![]() | Equals | Determines whether the specified object is equal to the current object. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | GetMaxPage | Gets the ending page number of the current range. |
![]() | GetMinPage | Gets the starting page number of the current range. |
![]() | GetPage | Gets the page number of a page with a specified index within the current range. |
![]() | GetPageCount | Gets the total number of pages in the current range. |
![]() | InRange | Tests whether page numbers specified by the current OutputRange fall within a specified range. |
![]() | ToString | Returns a string that represents the current OutputRange. |
![]() ![]() | TryParse | Tries to parse specified string and create OutputRange object from it. |