ObservableDictionaryTKey, TValue Class |
Namespace: netDxf.Collections
public sealed class ObservableDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
The ObservableDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| ObservableDictionaryTKey, TValue | Initializes a new instance of the ObservableDictionaryTKey, TValue class | |
| ObservableDictionaryTKey, TValue(IEqualityComparerTKey) | Initializes a new instance of the ObservableDictionaryTKey, TValue class | |
| ObservableDictionaryTKey, TValue(Int32) | Initializes a new instance of the ObservableDictionaryTKey, TValue class | |
| ObservableDictionaryTKey, TValue(Int32, IEqualityComparerTKey) | Initializes a new instance of the ObservableDictionaryTKey, TValue class |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| ContainsKey | ||
| ContainsValue | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
| Name | Description | |
|---|---|---|
| AddItem | ||
| BeforeAddItem | ||
| BeforeRemoveItem | ||
| RemoveItem |