HashSet(T) Constructor
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Collections.Generic
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Sub New

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft