SortedDictionary<TKey, TValue>::ValueCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the SortedDictionary<TKey, TValue>::ValueCollection.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection<TValue>::IsReadOnly

Gets a value indicating whether the ICollection<T> is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value indicating 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: