Click or drag to resize

Range Constructor

Overload List
 NameDescription
Protected methodRange Default constructor.
Public methodRange(Int32, Position) Constructs a Range instance with the specified starting index, total number of elements, and the default stride of 1.
Public methodCode exampleRange(Int32, Int32) Constructs a Range instance with the given starting index and ending index, using a default stride of 1.
Public methodRange(Position, Position) Constructs a Range instance with the specified start and end positions.
Public methodRange(Int32, Position, Int32) Constructs a Range instance with the specified starting index, total number of elements, and stride.
Public methodCode exampleRange(Int32, Int32, Int32) Constructs a Range instance with the given starting index, ending index, and stride.
Public methodRange(Position, Position, Int32) Constructs a Range instance with the specified start and end positions and a stride.
Top
See Also