The properties of the SortedList class are listed below. For a complete list of SortedList class members, see the SortedList Members topic.
Capacity | Gets or sets the capacity of the SortedList. |
Count | Gets the current number of elements in the SortedList. |
IsReadOnly | Gets a value indicating whether the SortedList is read-only. |
IsSynchronized | Gets a value indicating whether access to the SortedList is synchronized (thread-safe). |
Item | Gets and sets the value associated with a specific key in the SortedList.
In C#, this member is the indexer for the SortedList class. |
Keys | Gets the keys in the SortedList. |
SyncRoot | Gets an object that can be used to synchronize access to the SortedList. |
Values | Gets the values in the SortedList. |