[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.Iterate

Iterate Method

Iterate(Func<T, T>)

Iterates the range.

Declaration
public IEnumerable<T> Iterate(Func<T, T> incrementor)
Parameters
Type Name Description
Func<T, T> incrementor

A function which takes a value, and returns the next value.

Returns
Type Description
IEnumerable<T>

The items in the range.