The following tables list the members exposed by Range.
| Name | Description | |
|---|---|---|
![]()
| Range Constructor | Initializes a new instance of the Range class. |
| Name | Description | |
|---|---|---|
![]()
| LastValue | The last value in the Range |
![]()
| StartValue | The first value in the Range |
| Name | Description | |
|---|---|---|
![]()
| Equals | Tests to see whether the specified object is a Range with the same values as this Range. |
![]()
| GetHashCode | Overridden. Returns a hash code for this Range class. |
![]() ![]()
| Parse | Overridden. Converts the string representation of a range into its Range equivalent. |
![]()
| ToString | Overridden. Converts the %% object to its equivalent range string representation. |
Equality | Tests whether two Range objects are equal. |
Inequality | Tests whether two Range objects are different. |



