Rebornbuddy
|
Public Member Functions | |
ObservableDictionary () | |
ObservableDictionary (IDictionary< TKey, TValue > dictionary) | |
ObservableDictionary (IEqualityComparer< TKey > comparer) | |
ObservableDictionary (int capacity) | |
ObservableDictionary (IDictionary< TKey, TValue > dictionary, IEqualityComparer< TKey > comparer) | |
ObservableDictionary (int capacity, IEqualityComparer< TKey > comparer) | |
void | Add (TKey key, TValue value) |
bool | ContainsKey (TKey key) |
bool | Remove (TKey key) |
bool | TryGetValue (TKey key, out TValue value) |
void | Add (KeyValuePair< TKey, TValue > item) |
void | Clear () |
bool | Contains (KeyValuePair< TKey, TValue > item) |
void | CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex) |
bool | Remove (KeyValuePair< TKey, TValue > item) |
IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
void | AddRange (IDictionary< TKey, TValue > items) |
Protected Member Functions | |
virtual void | OnPropertyChanged (string propertyName) |
Properties | |
IDictionary< TKey, TValue > | Dictionary [get] |
ICollection< TKey > | Keys [get] |
ICollection< TValue > | Values [get] |
TValue | this[TKey key] [get, set] |
int | Count [get] |
bool | IsReadOnly [get] |
Events | |
NotifyCollectionChangedEventHandler | CollectionChanged |
PropertyChangedEventHandler | PropertyChanged |
void System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.Add | ( | KeyValuePair< TKey, TValue > | item | ) |
void System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.Add | ( | TKey | key, |
TValue | value ) |
void System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.AddRange | ( | IDictionary< TKey, TValue > | items | ) |
void System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.Clear | ( | ) |
bool System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.Contains | ( | KeyValuePair< TKey, TValue > | item | ) |
bool System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ContainsKey | ( | TKey | key | ) |
void System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.CopyTo | ( | KeyValuePair< TKey, TValue >[] | array, |
int | arrayIndex ) |
IEnumerator< KeyValuePair< TKey, TValue > > System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.GetEnumerator | ( | ) |
System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ObservableDictionary | ( | ) |
System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ObservableDictionary | ( | IDictionary< TKey, TValue > | dictionary | ) |
System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ObservableDictionary | ( | IDictionary< TKey, TValue > | dictionary, |
IEqualityComparer< TKey > | comparer ) |
System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ObservableDictionary | ( | IEqualityComparer< TKey > | comparer | ) |
System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ObservableDictionary | ( | int | capacity | ) |
System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.ObservableDictionary | ( | int | capacity, |
IEqualityComparer< TKey > | comparer ) |
|
protectedvirtual |
bool System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.Remove | ( | KeyValuePair< TKey, TValue > | item | ) |
bool System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.Remove | ( | TKey | key | ) |
bool System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.TryGetValue | ( | TKey | key, |
out TValue | value ) |
|
get |
|
getprotected |
|
get |
|
get |
|
getset |
|
get |
NotifyCollectionChangedEventHandler System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.CollectionChanged |
PropertyChangedEventHandler System.Collections.ObjectModel.ObservableDictionary< TKey, TValue >.PropertyChanged |