Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Collections.IDictionaryWithChangeEvents< K, V > Interface Template Reference

Source file:
Inheritance diagram for Loyc.Collections.IDictionaryWithChangeEvents< K, V >:
Loyc.Collections.IDictionaryAndReadOnly< K, V > Loyc.Collections.INotifyListChanging< T, TCollection > Loyc.Collections.INotifyListChanged< T, TCollection > Loyc.Collections.IIndexed< in K, out V > Loyc.Collections.ICollectionAndReadOnly< T > Loyc.Collections.IDictionaryExWithChangeEvents< K, V > Loyc.Collections.Impl.DictionaryWithChangeEvents< K, V, TDictionary > Loyc.Collections.DictionaryWithChangeEvents< K, V >

Additional Inherited Members

- Properties inherited from Loyc.Collections.IIndexed< in K, out V >
this[K key] [get]
 Gets the value associated with the specified key. More...
 
- Events inherited from Loyc.Collections.INotifyListChanging< T, TCollection >
ListChangingHandler< T,
TCollection > 
ListChanging
 Occurs when the collection associated with this interface is about to change. More...
 
- Events inherited from Loyc.Collections.INotifyListChanged< T, TCollection >
ListChangingHandler< T,
TCollection > 
ListChanged
 Occurs when the collection associated with this interface has changed. More...