Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Collections.LCInterfaces, including all inherited members.
Any(this ICount c) | Loyc.Collections.LCInterfaces | inlinestatic |
CopyTo< T >(this IReadOnlyList< T > c, T[] array, int arrayIndex) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
FirstOrDefault< T >(this IReadOnlyList< T > list) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
FirstOrDefault< T >(this IListSource< T > list) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
HasIndex< T >(this IListSource< T > list, int index) | Loyc.Collections.LCInterfaces | inlinestatic |
IndexOf< T >(this IReadOnlyList< T > list, T item) | Loyc.Collections.LCInterfaces | inlinestatic |
IndexOf< T >(this INegListSource< T > list, T item) | Loyc.Collections.LCInterfaces | inlinestatic |
IndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred) | Loyc.Collections.LCInterfaces | inlinestatic |
Items< T >(this ISparseListSource< T > list) | Loyc.Collections.LCInterfaces | inlinestatic |
LastIndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred) | Loyc.Collections.LCInterfaces | inlinestatic |
LastOrDefault< T >(this IReadOnlyList< T > list) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
NextHigherIndex< T >(this ISparseListSource< T > list, int?index) | Loyc.Collections.LCInterfaces | inlinestatic |
NextLowerIndex< T >(this ISparseListSource< T > list, int?index) | Loyc.Collections.LCInterfaces | inlinestatic |
Peek< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PeekFirst< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PeekLast< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
Pop< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PopFirst< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PopLast< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
Resize< T >(this IListRangeMethods< T > list, int newSize) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
ToArray< T >(this IReadOnlyList< T > c) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this IListSource< T > list, int index, ref T value) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this IListSource< T > list, int index, T defaultValue) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this IListSource< T > list, int index) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this INegListSource< T > list, int index, ref T value) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this INegListSource< T > list, int index, T defaultValue) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPeek< T >(this IPop< T > c, out T value) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPeek< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPeek< T >(this IPop< T > c, T defaultValue) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPop< T >(this IPop< T > c, out T value) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPop< T >(this IPop< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPop< T >(this IPop< T > c, T defaultValue) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |