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.ICollectionEx< T > Member List

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

Add(T item) (defined in Loyc.Collections.IAdd< in T >)Loyc.Collections.IAdd< in T >
AddRange(IEnumerable< T > e) (defined in Loyc.Collections.IAddRange< T >)Loyc.Collections.IAddRange< T >
AddRange(IReadOnlyCollection< T > s) (defined in Loyc.Collections.IAddRange< T >)Loyc.Collections.IAddRange< T >
Clear() (defined in Loyc.Collections.ISinkCollection< T >)Loyc.Collections.ISinkCollection< T >
CountLoyc.Collections.ICount
IsEmpty (defined in Loyc.Collections.IIsEmpty)Loyc.Collections.IIsEmpty
Remove(T item) (defined in Loyc.Collections.ISinkCollection< T >)Loyc.Collections.ISinkCollection< T >
RemoveAll(Predicate< T > match)Loyc.Collections.ICollectionEx< T >