Range Class
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.
C#
public class Range
type Range = class
Public Class Range
- Inheritance
-
Range
Range(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Range class. |
Range(Position, Position) |
Initializes a new instance of the Range class. |
Default |
Default. |
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. |
To |
Returns a string that represents the current object. |
Product | Versions |
---|---|
Microsoft.Bot.Builder | 4.0 |