The ObservableDictionary TKey, TValue type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ObservableDictionary TKey, TValue | Initializes a new instance of the ObservableDictionary TKey, TValue class | |
| ObservableDictionary TKey, TValue (IDictionary TKey, TValue ) | Initializes a new instance of the ObservableDictionary TKey, TValue class | |
| ObservableDictionary TKey, TValue (IEqualityComparer TKey ) | Initializes a new instance of the ObservableDictionary TKey, TValue class | |
| ObservableDictionary TKey, TValue (IDictionary TKey, TValue , IEqualityComparer TKey ) | Initializes a new instance of the ObservableDictionary TKey, TValue class | |
| ObservableDictionary TKey, TValue (SerializationInfo, StreamingContext) | Initializes a new instance of the ObservableDictionary TKey, TValue class |
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| AddEntry | ||
| Clear | ||
| ClearEntries | ||
| ContainsKey | ||
| ContainsValue | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetEnumerator | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetIndexAndEntryForKey | ||
| GetObjectData | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnCollectionChanged | ||
| OnDeserialization | ||
| OnPropertyChanged | ||
| Remove | ||
| RemoveEntry | ||
| SetEntry | ||
Returns a string that represents the current object. (Inherited from | ||
| TryGetValue |
Fields
| Name | Description | |
|---|---|---|
| _keyedEntryCollection |
Properties
| Name | Description | |
|---|---|---|
| Comparer | ||
| Count | ||
| Item | ||
| Keys | ||
| Values |
Events
| Name | Description | |
|---|---|---|
| CollectionChanged | ||
| PropertyChanged |
See Also