HashSet(Of T) Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the HashSet(Of T) class that is empty and uses the default equality comparer for the set type.
Assembly: System.Core (in System.Core.dll)
The capacity of a HashSet(Of T) object is the number of elements that the object can hold. A HashSet(Of T) object's capacity automatically increases as elements are added to the object.
This constructor is an O(1) operation.
Show: