TAnonymousIterator<T>.Create(TFunc,TFunc) Constructor

Initializes a new instance of the TAnonymousIterator<T> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const count: TFunc<Integer>; const items: TFunc<Integer, T>);

Parameters

count
Type: TFunc<Integer>

items
Type: TFunc<Integer, T>