TArrayIterator<T>.Create(TArray) Constructor
Initializes a new instance of the TArrayIterator<T> class.
public
constructor Create(const values: TArray<T>); overload;
Parameters
- values
- Type: TArray<T>
Initializes a new instance of the TArrayIterator<T> class.
public
constructor Create(const values: TArray<T>); overload;