SortedSet<'T> Properties

.NET Framework (current version)
 

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyComparer

Gets the IComparer<'T> object that is used to order the values in the SortedSet<'T>.

System_CAPS_pubpropertyCount

Gets the number of elements in the SortedSet<'T>.

System_CAPS_pubpropertyMax

Gets the maximum value in the SortedSet<'T>, as defined by the comparer.

System_CAPS_pubpropertyMin

Gets the minimum value in the SortedSet<'T>, as defined by the comparer.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection<'T>.IsReadOnly

Gets a value that indicates whether a ICollection is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.IsSynchronized

Gets a value that indicates whether access to the ICollection is synchronized (thread safe).

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.SyncRoot

Gets an object that can be used to synchronize access to the ICollection.

Return to top
Show: