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

Creates a synchronized hash set from another synchronized hash set.

Parameters
ParameterDescription
sourceThe source set.