The ObservableDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of key-value pairs in the collection.
| |
| IsFixedSize |
Gets whether the dictionary is fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
| |
| IsSynchronized |
Gets whether the dictionary is synchronized.
| |
| Item |
Gets or sets the element with the specified key.
| |
| Keys |
Gets a collection containing the keys of the dictionary.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the dictionary.
| |
| Values |
Gets a collection containing the values in the dictionary.
|