SortedSet(T) Properties

SortedSet(Of T) Properties

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

The SortedSet(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 SortedSet(Of T).
Public property Count Gets the number of elements in the SortedSet(Of T).
Public property Max Gets the maximum value in the SortedSet(Of T), as defined by the comparer.
Public property Min Gets the minimum value in the SortedSet(Of T), as defined by the comparer.
Top

  NameDescription
Explicit interface implemetation Private property ICollection(Of T).IsReadOnly Gets a value that indicates whether a ICollection is read-only.
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value that indicates whether access to the ICollection is synchronized (thread safe).
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronize access to the ICollection.
Top

Show:
© 2017 Microsoft