SortedList<TKey, TValue> Properties

 

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

NameDescription
System_CAPS_pubpropertyCapacity

Gets or sets the number of elements that the SortedList<TKey, TValue> can contain.

System_CAPS_pubpropertyComparer

Gets the IComparer<T> for the sorted list.

System_CAPS_pubpropertyCount

Gets the number of key/value pairs contained in the SortedList<TKey, TValue>.

System_CAPS_pubpropertyItem[TKey]

Gets or sets the value associated with the specified key.

System_CAPS_pubpropertyKeys

Gets a collection containing the keys in the SortedList<TKey, TValue>, in sorted order.

System_CAPS_pubpropertyValues

Gets a collection containing the values in the SortedList<TKey, TValue>.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection<KeyValuePair<TKey, TValue>>::IsReadOnly

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary<TKey, TValue>::Keys

Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary<TKey, TValue>::Values

Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIReadOnlyDictionary<TKey, TValue>::Keys

Gets an enumerable collection that contains the keys in the read-only dictionary.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIReadOnlyDictionary<TKey, TValue>::Values

Gets an enumerable collection that contains the values in the read-only dictionary.

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.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::IsFixedSize

Gets a value indicating whether the IDictionary has a fixed size.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::IsReadOnly

Gets a value indicating whether the IDictionary is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Item[Object^]

Gets or sets the element with the specified key.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Keys

Gets an ICollection containing the keys of the IDictionary.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Values

Gets an ICollection containing the values in the IDictionary.

Return to top
Show: