Enhanced C#
Language of your choice: library documentation
|
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) | Loyc.Collections.Impl.IAListTreeObserver< K, T > | |
CheckPoint() | Loyc.Collections.Impl.IAListTreeObserver< K, T > | |
Detach(AListBase< K, T > list, AListNode< K, T > root) | Loyc.Collections.Impl.IAListTreeObserver< K, T > | |
ItemAdded(T item, AListLeafBase< K, T > parent) | Loyc.Collections.Impl.IAListTreeObserver< K, T > | |
ItemRemoved(T item, AListLeafBase< 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(AListBase< K, T > list, AListNode< K, T > root, bool clear) | Loyc.Collections.Impl.IAListTreeObserver< K, T > |