Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.DictionaryWithChangeEvents< K, V > Class Template Reference

A dictionary wrapper that provides ListChanging and ListChanged events. Shorthand for Loyc.Collections.Impl.DictionaryWithChangeEvents<K,V,IDictionary<K,V>>. More...


Source file:
Inheritance diagram for Loyc.Collections.DictionaryWithChangeEvents< K, V >:

Remarks

A dictionary wrapper that provides ListChanging and ListChanged events. Shorthand for Loyc.Collections.Impl.DictionaryWithChangeEvents<K,V,IDictionary<K,V>>.

Public Member Functions

 DictionaryWithChangeEvents (IDictionary< K, V > wrappedObject)