TAnonymousReadOnlyList<T>.Create(TFunc,TFunc,IEnumerable<T>) Constructor
Initializes a new instance of the TAnonymousReadOnlyList<T> class.
public constructor Create(const count: TFunc<Integer>; const items: TFunc<Integer, T>; const iterator: IEnumerable<T>);
Parameters
- count
- Type: TFunc<Integer>
- items
- Type: TFunc<Integer, T>
- iterator
- Type: IEnumerable<T>