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

Creates a synchronized hash set from a read-only list.

Parameters
ParameterDescription
listThe list to copy elements from.