klyn.collections.HashSetSync.HashSetSync
constructor
public HashSetSync(collection as Collection<T>):
Description

Creates a synchronized hash set from a collection.

Parameters
ParameterDescription
collectionThe collection to copy elements from.