RangeInt Constructor
public RangeInt(int start,
int length);
Parameters
| start | The starting index of the range. | |
| length | The length of the range. |
Description 描述
Constructs a new RangeInt with given start, length values.
| start | The starting index of the range. | |
| length | The length of the range. |
Constructs a new RangeInt with given start, length values.