In This Topic
The following tables list the members exposed by Range<T>.
Public Constructors
Public Fields
| Name | Description |
 | DefaultNegateIndicator |
The default string to denote that the range should be negated.
|
 | DefaultRangeSeparator |
The default string to use to separate values in a range.
|
 | Max |
The maximum value (inclusive)
|
 | Min |
The minimum value (inclusive)
|
 | Negate |
Indicates whether the range is negated
|
 | NegateIndicator |
The string to use denote that the range should be negated.
|
 | RangeSeparator |
The string to use to separate values when converting the range to a string.
|
Top
Public Properties
Public Methods
| Name | Description |
 | Contains |
Indicates whether the specified value meets the rules for the range
|
 | ToString | Returns a string that represents the current object.
Returns a string representation of the range.
|
  | TryParse | Overloaded. Attempts to parse a Range from a string representation |
Top
Extension Methods
See Also