SortedDictionary Properties |
The SortedDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the capacity of a SortedList object. (Inherited from SortedList.) |
![]() | Comparer |
Return the IComparer associated with this
SortedDictionary.
|
![]() | Count |
Gets the number of elements contained in the
ICollection.
(Overrides SortedListCount.) |
![]() | IsFixedSize | Gets a value indicating whether a SortedList object has a fixed size. (Inherited from SortedList.) |
![]() | IsNullValueSet |
Returns true is the value for the null key is set,
false otherwise.
|
![]() | IsReadOnly | Gets a value indicating whether a SortedList object is read-only. (Inherited from SortedList.) |
![]() | IsSynchronized | Gets a value indicating whether access to a SortedList object is synchronized (thread safe). (Inherited from SortedList.) |
![]() | Item |
Gets or sets the element with the specified key.
(Overrides SortedListItemObject.) |
![]() | Keys |
Gets an ICollection object
containing the keys of this dictionary.
(Overrides SortedListKeys.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to a SortedList object. (Inherited from SortedList.) |
![]() | Values |
Gets an ICollection object
containing the values in this dictionary.
(Overrides SortedListValues.) |