Enhanced C#
Language of your choice: library documentation
Loyc.Collections.ListChangeInfo< T > Member List

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

_collection (defined in Loyc.Collections.ListChangeInfo< T >)Loyc.Collections.ListChangeInfo< T >
ActionLoyc.Collections.ListChangeInfo< T >
IndexLoyc.Collections.ListChangeInfo< T >
ListChangeInfo(NotifyCollectionChangedAction action, int index, int sizeChange, IListSource< T > newItems)Loyc.Collections.ListChangeInfo< T >inline
ListChangeInfo(NotifyCollectionChangedAction action, int index, int sizeChange, IListSource< T > newItems, IListSource< T > oldItems) (defined in Loyc.Collections.ListChangeInfo< T >)Loyc.Collections.ListChangeInfo< T >inline
NewItemsLoyc.Collections.ListChangeInfo< T >
NewStartingIndexLoyc.Collections.ListChangeInfo< T >
OldItemsLoyc.Collections.ListChangeInfo< T >
OldStartingIndexLoyc.Collections.ListChangeInfo< T >
SizeChangeLoyc.Collections.ListChangeInfo< T >