TCollectionAdapter<T>.Create(ICollection<T>) Constructor
Initializes a new instance of the TCollectionAdapter<T> class.
public constructor Create(const source: ICollection<T>);
Parameters
- source
- Type: ICollection<T>
Initializes a new instance of the TCollectionAdapter<T> class.
public constructor Create(const source: ICollection<T>);