SortedSet<'T> Properties
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Comparer | Gets the IComparer<'T> object that is used to order the values in the SortedSet<'T>. |
![]() | Count | Gets the number of elements in the SortedSet<'T>. |
![]() | Max | Gets the maximum value in the SortedSet<'T>, as defined by the comparer. |
![]() | Min | Gets the minimum value in the SortedSet<'T>, as defined by the comparer. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<'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:


