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.LCInterfaces Member List

This is the complete list of members for Loyc.Collections.LCInterfaces, including all inherited members.

Any(this ICount c)Loyc.Collections.LCInterfacesinlinestatic
CopyTo< T >(this IReadOnlyList< T > c, T[] array, int arrayIndex) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
FirstOrDefault< T >(this IReadOnlyList< T > list) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
FirstOrDefault< T >(this IListSource< T > list) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
HasIndex< T >(this IListSource< T > list, int index)Loyc.Collections.LCInterfacesinlinestatic
IndexOf< T >(this IReadOnlyList< T > list, T item)Loyc.Collections.LCInterfacesinlinestatic
IndexOf< T >(this INegListSource< T > list, T item)Loyc.Collections.LCInterfacesinlinestatic
IndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred)Loyc.Collections.LCInterfacesinlinestatic
Items< T >(this ISparseListSource< T > list)Loyc.Collections.LCInterfacesinlinestatic
LastIndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred)Loyc.Collections.LCInterfacesinlinestatic
LastOrDefault< T >(this IReadOnlyList< T > list) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
NextHigherIndex< T >(this ISparseListSource< T > list, int?index)Loyc.Collections.LCInterfacesinlinestatic
NextLowerIndex< T >(this ISparseListSource< T > list, int?index)Loyc.Collections.LCInterfacesinlinestatic
Peek< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
PeekFirst< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
PeekLast< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
Pop< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
PopFirst< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
PopLast< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
Resize< T >(this IListRangeMethods< T > list, int newSize) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
ToArray< T >(this IReadOnlyList< T > c)Loyc.Collections.LCInterfacesinlinestatic
TryGet< T >(this IListSource< T > list, int index, ref T value)Loyc.Collections.LCInterfacesinlinestatic
TryGet< T >(this IListSource< T > list, int index, T defaultValue)Loyc.Collections.LCInterfacesinlinestatic
TryGet< T >(this IListSource< T > list, int index)Loyc.Collections.LCInterfacesinlinestatic
TryGet< T >(this INegListSource< T > list, int index, ref T value)Loyc.Collections.LCInterfacesinlinestatic
TryGet< T >(this INegListSource< T > list, int index, T defaultValue)Loyc.Collections.LCInterfacesinlinestatic
TryPeek< T >(this IPop< T > c, out T value) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
TryPeek< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
TryPeek< T >(this IPop< T > c, T defaultValue) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
TryPop< T >(this IPop< T > c, out T value) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
TryPop< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic
TryPop< T >(this IPop< T > c, T defaultValue) (defined in Loyc.Collections.LCInterfaces)Loyc.Collections.LCInterfacesinlinestatic