TArrayIterator<T>.Create Method

Overloads

Create(TArray<T>)

Delphi
class function Create(const values: TArray<T>): IReadOnlyList<T>

Parameters

values
TArray<T>

Returns

Create(array of T)

Delphi
class function Create(const values: array of T): IReadOnlyList<T>

Parameters

values
array of T

Returns