Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.IListWithChangeEvents< T > Member List

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

Contains(T item)Loyc.Collections.IContains< in T >
CopyTo(T[] array, int arrayIndex)Loyc.Collections.ICollectionSource< T >
CountLoyc.Collections.ISource< out T >
IsEmpty (defined in Loyc.Collections.IIsEmpty)Loyc.Collections.IIsEmpty
ListChangedLoyc.Collections.INotifyListChanged< T, TCollection >
ListChangingLoyc.Collections.INotifyListChanging< T, TCollection >
Slice(int start, int count=int.MaxValue)Loyc.Collections.IListSource< out T >
this[K key]Loyc.Collections.IIndexed< in K, out V >
TryGet(K key, out bool fail)Loyc.Collections.ITryGet< in K, out V >