TList<T>.Create(T[]) Constructor

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

Namespace: Spring.Collections.Lists
public
 constructor Create(const values: array of T); override;

Parameters

values
Type: array of T

Overrides

TCollectionBase<T>.Create(T[])