TRepeatIterator<T>.Create(T,Integer) Constructor
Initializes a new instance of the TRepeatIterator<T> class.
public
constructor Create(const element: T; count: Integer);
Parameters
- element
- Type: T
- count
- Type: Integer
Initializes a new instance of the TRepeatIterator<T> class.
public
constructor Create(const element: T; count: Integer);