Range
Creates a collection of integers with all values between first
and second
parameters.
WARNING
This method isn't available as an extension method.
Parameters
Returns
int first
int second
IEnumerable<int>
Usage
Creating a integer collection in ascending order
Creating a integer collection in descending order
Creating a single value collection
Last updated
Was this helpful?