Class IntRange
IntRange class
Class for representing sequence of elements
Constructors
Name | Description |
---|
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
Name | Description |
---|
Range { get; set; } | Gets or sets the range. |
Methods
Name | Description |
---|
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