Generates a sequence of integral numbers within a specified range.
The value of the first integer in the sequence.
The number of sequential integers to generate.
An IEnumerable that contains a range of sequential integral numbers.
Start is Less than 0 OR start + count -1 is larger than MAX_SAFE_INTEGER.
Generated using TypeDoc
Generates a sequence of integral numbers within a specified range.