Overview
>
klyn.collections
>
HashSet
>
HashSet
Version 0.1.3
Overview
Index
Tree
Deprecated
klyn.collections.HashSet.HashSet
constructor
public HashSet(list as IList<T>):
Description
Creates a hash set from a read-only list.
Parameters
Parameter
Description
list
The list to copy elements from.