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