THashSetAdapter<T>.Create(ISet<T>) Constructor

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

Namespace: Spring.Collections.Adapters
public
 constructor Create(const source: ISet<T>);

Parameters

source
Type: ISet<T>