ObservableDictionary<TKey, TValue> Constructor |
Name | Description | |
---|---|---|
![]() | ObservableDictionary<TKey, TValue>() | Initializes a new instance of the ObservableDictionary<TKey, TValue> class. Simple constructor of the ObservableDictionary class taking no parameters. |
![]() | 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>(Int32) | 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>(Int32, IEqualityComparer<TKey>) | Initializes a new instance of the ObservableDictionary<TKey, TValue> class. |