TCollectionBase<T>.Create(IEnumerable<T>) Constructor
Initializes a new instance of the TCollectionBase<T> class.
public constructor Create(const collection: IEnumerable<T>); overload; virtual;
Parameters
- collection
- Type: IEnumerable<T>
Initializes a new instance of the TCollectionBase<T> class.
public constructor Create(const collection: IEnumerable<T>); overload; virtual;