HashSet Constructor
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)
Usage
'Usage
Dim instance As New HashSet(Of TKey, TValue)
Syntax
'Declaration
Public Sub New
public HashSet ()
public:
HashSet ()
public HashSet ()
public function HashSet ()
Remarks
The default constructor initializes any fields to their default values.
Platforms
Target Platforms
See Also
Reference
HashSet Generic Class
HashSet Members
Microsoft.OneGet.Utility.Collections Namespace