[]
Iterates the range.
public IEnumerable<T> Iterate(Func<T, T> incrementor)
| Type | Name | Description |
|---|---|---|
| Func<T, T> | incrementor | A function which takes a value, and returns the next value. |
| Type | Description |
|---|---|
| IEnumerable<T> | The items in the range. |