Range members
An object used to represent a range of integer values.
The Range type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Range | Creates a Range with a specified starting point and length. |
Top
Properties
Name | Description | |
---|---|---|
Length | An integer representing the length of the range. | |
Start | ||
Values | Get an enumeration representing the values of a range. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top