Overload List

  NameDescription
Range(Position, Position)
Constructs a Range instance with the specified start and end positions.
Range(Int32, Position)
Constructs a Range instance with the specified starting index, total number of elements, and the default stride of 1.
Range(Int32, Int32)
Constructs a Range instance with the given starting index and ending index, using a default stride of 1.
Range(Position, Position, Int32)
Constructs a Range instance with the specified start and end positions and a stride.
Range(Int32, Position, Int32)
Constructs a Range instance with the specified starting index, total number of elements, and stride.
Range(Int32, Int32, Int32)
Constructs a Range instance with the given starting index, ending index, and stride.

See Also