Overview
>
klyn.collections
>
HashSetSync
>
HashSetSync
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.collections.HashSetSync.HashSetSync
constructor
public HashSetSync(source as HashSet<T>):
Description
Creates a synchronized hash set from a regular hash set.
Parameters
source The source set.