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 | Overridden. Tests to see whether the specified object is a Range with the same values as this Range. | |
GetHashCode | Overridden. Overridden. Returns a hash code for this Range class. | |
Parse | Overridden. Converts the string representation of a range into its Range equivalent. | |
ToString | Overridden.
Overridden. Converts the |
Equality | Tests whether two Range objects are equal. |
Inequality | Tests whether two Range objects are different. |