Mono Class Library: Overview

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. Documentation for this section has not yet been entered.
[read-only]
ComparerIComparer<TKey>. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.
default property
Item(TKey)TValue. Documentation for this section has not yet been entered.
[read-only]
KeysIList<TKey>. Documentation for this section has not yet been entered.
[read-only]
ValuesIList<TValue>. Documentation for this section has not yet been entered.