名前 | 解説 | |
---|---|---|
OutputRange コンストラクタ | オーバーロードされます。 |
OutputRangeデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
OutputRange コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
All | Represents an all-inclusive range. | |
AllInverted | Represents an all-inclusive range with inverted order. |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
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 |