Range Class

Definition

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.

Applies to