TCollectionBase<T>.Create(IEnumerable<T>) Constructor

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

Namespace: Spring.Collections.Base
public
 constructor Create(const collection: IEnumerable<T>); overload; virtual;

Parameters

collection
Type: IEnumerable<T>