The properties of System.Collections.Generic.SortedList<TKey,TValue> are listed below. For a list of all members, see the SortedList<TKey,TValue> Members list.
See Also: Inherited members from System.Object
Capacity | int.
Gets or sets the number of elements that the SortedList`2 can contain. | |
[read-only] | Comparer | IComparer<TKey>.
Gets the IComparer`1 for the sorted list. |
[read-only] | Count | int.
Gets the number of key/value pairs contained in the SortedList`2. |
default property | Item(TKey) | TValue. Documentation for this section has not yet been entered. |
[read-only] | Keys | IList<TKey>.
Gets a collection containing the keys in the SortedList`2, in sorted order. |
[read-only] | Values | IList<TValue>.
Gets a collection containing the values in the SortedList`2. |