Name | Description | |
---|---|---|
Range Constructor | Overloaded. |
The following tables list the members exposed by Range.
Name | Description | |
---|---|---|
Range Constructor | Overloaded. |
Name | Description | |
---|---|---|
End | Gets the first position past the end of range | |
IsEmpty | Gets true if range represents empty one | |
IsEndOpen | Gets a value indicating whether the end of this Range equals to int.MaxValue. |
Name | Description | |
---|---|---|
Contains | Gets true if range contains specific item | |
Equals | Overloaded. Determines whether the specified System.Object is equal to this instance. | |
For | Initializes a new range from start and end points. | |
GetHashCode | Returns a hash code for this instance. | |
Parse | Parses string input to Range | |
ToString | Returns a System.String that represents this instance in 'Start - End' format. | |
Translate | Translates range by shift value, OpenEnd wise. |