|
Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Collections.ListExt, including all inherited members.
| AddRange< T >(this IList< T > list, IEnumerable< T > range) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| AsRange< T >(this IListSource< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| AsRange< T >(this IRange< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch2< T, K >(this IList< T > list, K find, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch2< T, K >(this IReadOnlyList< T > list, K find, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch2< T, K >(this IListAndListSource< T > list, K value, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IList< T > list, T value) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IList< T > list, T value, IComparer< T > pred) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IList< T > list, T find, Comparison< T > compare) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IReadOnlyList< T > list, T value) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IReadOnlyList< T > list, T value, IComparer< T > comparer) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IReadOnlyList< T > list, T find, Comparison< T > compare) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IListAndListSource< T > list, T value) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IListAndListSource< T > list, T value, IComparer< T > comparer) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| BinarySearch< T >(this IListAndListSource< T > list, T value, Comparison< T > compare) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| CopyTo< T >(this IReadOnlyCollection< T > c, T[] array, int arrayIndex) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| InsertionSort< T >(this IList< T > array, int index, int count, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
| InsertRange< T >(this IList< T > list, int index, IReadOnlyCollection< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| InsertRange< T >(this IList< T > list, int index, ICollection< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| InsertRange< T >(this IList< T > list, int index, IListAndListSource< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| InsertRange< T >(this IList< T > list, int index, ICollectionAndReadOnly< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| InsertRange< T >(this IList< T > list, int index, int count, IEnumerable< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| InsertRangeHelper< T >(IList< T > list, int index, int spaceNeeded) | Loyc.Collections.ListExt | inlinestatic |
| LastIndexWhere< T >(this IList< T > list, Func< T, bool > pred) | Loyc.Collections.ListExt | inlinestatic |
| LastIndexWhere< T >(this IListAndListSource< T > list, Func< T, bool > pred) | Loyc.Collections.ListExt | inlinestatic |
| MaybeEnlarge< T >(this List< T > list, int minSize) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| MaybeEnlarge< T >(this IList< T > list, int minSize) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Randomize< T >(this IList< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Randomize< T >(this T[] list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Randomized< T >(this IList< T > list) | Loyc.Collections.ListExt | inlinestatic |
| Randomized< T >(this IListSource< T > list) | Loyc.Collections.ListExt | inlinestatic |
| Randomized< T >(this IListAndListSource< T > list) | Loyc.Collections.ListExt | inlinestatic |
| RangeArray(int count) | Loyc.Collections.ListExt | inlinestatic |
| RemoveAll< T >(this IList< T > list, Predicate< T > match) | Loyc.Collections.ListExt | inlinestatic |
| RemoveRange< T >(this IList< T > list, int index, int count) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Repeat< T >(T value, int count) | Loyc.Collections.ListExt | inlinestatic |
| Resize< T >(this List< T > list, int newSize) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Resize< T >(this IList< T > list, int newSize) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Reverse< T >(this IList< T > list) | Loyc.Collections.ListExt | inlinestatic |
| Reverse< T >(this IListAndListSource< T > list) | Loyc.Collections.ListExt | inlinestatic |
| ReverseInPlace< T >(this IList< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| ReverseInPlace< T >(this IArray< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| SelectArray< T, R >(this T[] input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
| SelectArray< T, R >(this ICollection< T > input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
| SelectArray< T, R >(this IReadOnlyList< T > input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
| SelectArray< T, R >(this IListAndListSource< T > input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
| SequenceEqual< TSource >(this IList< TSource > first, IList< TSource > second) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| SequenceEqual< TSource >(this IReadOnlyCollection< TSource > first, IReadOnlyCollection< TSource > second) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| SequenceEqual< TSource >(this IListAndListSource< TSource > first, IListAndListSource< TSource > second) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Single< T >(T value) | Loyc.Collections.ListExt | inlinestatic |
| Slice< T >(this T[] list, int start, int length=int.MaxValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Sort< T >(this IList< T > list) | Loyc.Collections.ListExt | inlinestatic |
| Sort< T >(this IList< T > list, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
| Sort< T >(this IList< T > list, int index, int count, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
| SortLowestK< T >(this IList< T > list, int k) | Loyc.Collections.ListExt | inlinestatic |
| SortLowestK< T >(this IList< T > list, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| SortLowestK< T >(this IList< T > list, int index, int count, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| SortLowestKStable< T >(this IList< T > list, int k) | Loyc.Collections.ListExt | inlinestatic |
| SortLowestKStable< T >(this IList< T > list, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| SortPair< T >(this IList< T > list, int i, int j, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
| StableSort< T >(this IList< T > list, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
| StableSort< T >(this IList< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Swap< T >(this IList< T > list, int i, int j) | Loyc.Collections.ListExt | inlinestatic |
| Swap< T >(this IArray< T > list, int i, int j) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this T[] list, int index, T defaultValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this T[] list, int index) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this List< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this List< T > list, int index) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this IList< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this IList< T > list, int index) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this IListAndListSource< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this IListAndListSource< T > list, int index) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this IReadOnlyList< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| TryGet< T >(this IReadOnlyList< T > list, int index) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| Zip< A, B >(this IEnumerable< A > a, IEnumerable< B > b) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| ZipLeft< A, B >(this IEnumerable< A > a, IEnumerable< B > b, B defaultB) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| ZipLeft< A, B, C >(this IEnumerable< A > a, IEnumerable< B > b, B defaultB, Func< A, B, C > resultSelector) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| ZipLonger< A, B >(this IEnumerable< A > a, IEnumerable< B > b) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| ZipLonger< A, B >(this IEnumerable< A > a, IEnumerable< B > b, A defaultA, B defaultB) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
| ZipLonger< A, B, C >(this IEnumerable< A > a, IEnumerable< B > b, A defaultA, B defaultB, Func< A, B, C > resultSelector) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
1.8.7