The Range type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Range |
Creates new range. Consider using From(Int64), To(Int64), Create(Int64, Int64) static methods to create an instance of this class.
|
Methods
| Name | Description | |
|---|---|---|
| Create |
Creates new range with start and end defined.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| From |
Creates new range with only start defined.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| To |
Creates new range with only end defined.
| |
| ToString | (Inherited from Object.) |