SortedList Properties
.NET Framework 1.1
The properties of the SortedList class are listed here. For a complete list of SortedList class members, see the SortedList Members topic.
Public Properties
Capacity | Gets or sets the capacity of the SortedList. |
Count | Gets the number of elements contained in the SortedList. |
IsFixedSize | Gets a value indicating whether the SortedList has a fixed size. |
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 property 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. |
