SortedList Properties
.NET Framework (current version)
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
| 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[Object^] | 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. |
Show:
