SortedDictionary<'TKey, 'TValue> Properties

 

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

NameDescription
System_CAPS_pubpropertyComparer

Gets the IComparer<'T> used to order the elements of the SortedDictionary<'TKey, 'TValue>.

System_CAPS_pubpropertyCount

Gets the number of key/value pairs contained in the SortedDictionary<'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 SortedDictionary<'TKey, 'TValue>.

System_CAPS_pubpropertyValues

Gets a collection containing the values in the SortedDictionary<'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 a collection containing the keys in the SortedDictionary<'TKey, 'TValue>

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIReadOnlyDictionary<'TKey, 'TValue>.Values

Gets a collection containing the values in the SortedDictionary<'TKey, 'TValue>

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: