Range Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A range represents an ordered pair of two positions.
public class Range
type Range = class
Public Class Range
- Inheritance
-
Range
Constructors
Range(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Range class. |
Range(Position, Position) |
Initializes a new instance of the Range class. |
Fields
DefaultRange |
Default. |
Properties
End |
Gets or sets the end position. It is after or equal to Start. |
Start |
Gets or sets the start position. It is before or equal to End. |
Methods
ToString() | Returns a string that represents the current object. |