SortedList Properties
.NET Framework 4.5
The SortedList type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capacity | Gets or sets the capacity of a SortedList object. |
|
Count | Gets the number of elements contained in a SortedList object. |
|
IsFixedSize | Gets a value indicating whether a SortedList object has a fixed size. |
|
IsReadOnly | Gets a value indicating whether a SortedList object is read-only. |
|
IsSynchronized | Gets a value indicating whether access to a SortedList object is synchronized (thread safe). |
|
Item | Gets and sets the value associated with a specific key in a SortedList object. |
|
Keys | Gets the keys in a SortedList object. |
|
SyncRoot | Gets an object that can be used to synchronize access to a SortedList object. |
|
Values | Gets the values in a SortedList object. |