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

HashSet(Of T) Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The HashSet(Of T) type exposes the following members.

  NameDescription
Public property Comparer Gets the IEqualityComparer(Of T) object that is used to determine equality for the values in the set.
Public property Count Gets the number of elements that are contained in a set.
Top

  NameDescription
Explicit interface implemetation Private property ICollection(Of T).IsReadOnly Gets a value indicating whether a collection is read-only.
Top

Show:
© 2017 Microsoft