TArrayIterator<T>.Create(TArray) Constructor

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

Namespace: Spring.Collections.Extensions
public
 constructor Create(const values: TArray<T>); overload;

Parameters

values
Type: TArray<T>