Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.Impl.IAListTreeObserver< K, T > Member List

This is the complete list of members for Loyc.Collections.Impl.IAListTreeObserver< K, T >, including all inherited members.

AddAll(AListNode< K, T > node)Loyc.Collections.Impl.IAListTreeObserver< K, T >
Attach(AListBase< K, T > list, Action< bool > populate)Loyc.Collections.Impl.IAListTreeObserver< K, T >
CheckPoint()Loyc.Collections.Impl.IAListTreeObserver< K, T >
Detach()Loyc.Collections.Impl.IAListTreeObserver< K, T >
ItemAdded(T item, AListLeaf< K, T > parent)Loyc.Collections.Impl.IAListTreeObserver< K, T >
ItemRemoved(T item, AListLeaf< K, T > parent)Loyc.Collections.Impl.IAListTreeObserver< K, T >
NodeAdded(AListNode< K, T > child, AListInnerBase< K, T > parent)Loyc.Collections.Impl.IAListTreeObserver< K, T >
NodeRemoved(AListNode< K, T > child, AListInnerBase< K, T > parent)Loyc.Collections.Impl.IAListTreeObserver< K, T >
RemoveAll(AListNode< K, T > node)Loyc.Collections.Impl.IAListTreeObserver< K, T >
RootChanged(AListNode< K, T > newRoot, bool clear)Loyc.Collections.Impl.IAListTreeObserver< K, T >