System.Collections.Generic.SortedList<TKey,TValue>: Property Members

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

Public Properties

Capacityint.

Gets or sets the number of elements that the SortedList`2 can contain.

[read-only]
ComparerIComparer<TKey>.

Gets the IComparer`1 for the sorted list.

[read-only]
Countint.

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]
KeysIList<TKey>.

Gets a collection containing the keys in the SortedList`2, in sorted order.

[read-only]
ValuesIList<TValue>.

Gets a collection containing the values in the SortedList`2.