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

A collection wrapper that provides ListChanging and ListChanged events. Shorthand for Loyc.Collections.Impl.CollectionWithChangeEvents<T,ICollection<T>>. More...


Source file:
Inheritance diagram for Loyc.Collections.CollectionWithChangeEvents< T >:

Remarks

A collection wrapper that provides ListChanging and ListChanged events. Shorthand for Loyc.Collections.Impl.CollectionWithChangeEvents<T,ICollection<T>>.

Public Member Functions

 CollectionWithChangeEvents (ICollection< T > obj)