IntRange

IntRange class

Class for representing sequence of elements

public class IntRange

Constructors

NameDescription
IntRange(int[])Initializes a new instance of the IntRange class.
IntRange(int, int)Initializes a new instance of the IntRange class.
IntRange(int, int, int)Initializes a new instance of the IntRange class.

Properties

NameDescription
Range { get; set; }Gets or sets the range.

Methods

NameDescription
GetArrayOneItemFromIndex(int)Returns one item array from specified index
static GetRange(int, int, int)Gets the count range of int elements starting at start

See Also