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.
| Name | Description | |
|---|---|---|
|
Comparer | Gets the IEqualityComparer(Of T) object that is used to determine equality for the values in the SortedSet(Of T). |
|
Count | Gets the number of elements in the SortedSet(Of T). |
|
Max | Gets the maximum value in the SortedSet(Of T), as defined by the comparer. |
|
Min | Gets the minimum value in the SortedSet(Of T), as defined by the comparer. |
| Name | Description | |
|---|---|---|
|
ICollection(Of T).IsReadOnly | Gets a value that indicates whether a ICollection is read-only. |
|
ICollection.IsSynchronized | Gets a value that indicates whether access to the ICollection is synchronized (thread safe). |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
Show: