HashSet Generic Class

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 HashSet(Of T1, T2, T3)

Syntax

'Declaration
Public Class HashSet(Of T1, T2, T3)
    Inherits List(Of Tuple(Of T1, T2, T3))
public class HashSet<T1,T2,T3> : List<Tuple<T1,T2,T3>>
generic<typename T1, typename T2, typename T3>
public ref class HashSet : public List<Tuple<T1, T2, T3>^>

GenericParameters

  • T1
  • T2
  • T3

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List
    Microsoft.OneGet.Utility.Collections.HashSet

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

HashSet Members
Microsoft.OneGet.Utility.Collections Namespace