Enhanced C#
Language of your choice: library documentation
Loyc.Collections.ICollectionWithChangeEvents< T > Interface Template Reference

Combines ICollection<T> with INotifyListChanging<T, ICollection<T>> and INotifyListChanged<T, ICollection<T>>. More...


Source file:
Inheritance diagram for Loyc.Collections.ICollectionWithChangeEvents< T >:
Loyc.Collections.Impl.CollectionWithChangeEvents< T, TColl >

Remarks

Combines ICollection<T> with INotifyListChanging<T, ICollection<T>> and INotifyListChanged<T, ICollection<T>>.

See also
Loyc.Collections.CollectionWithChangeEvents<T>