ObservableSortedDictionary<TKey,TValue> Class Members
In This Topic
The following tables list the members exposed by ObservableSortedDictionary<TKey,TValue>.
Public Constructors
Public Properties
| Name | Description |
 | Changed | Gets a value indicating whether list was changed. |
 | Count | Gets the number of key/value pairs contained in the System.Collections.Generic.SortedDictionary`2. |
 | Item | Gets or sets the value associated with the specified key. |
 | Keys | Gets a collection containing the keys in the ObservableSortedDictionary<TKey,TValue>. |
 | Values | Gets a collection containing the values in the System.Collections.Generic.SortedDictionary`2. |
Top
Public Methods
See Also