Name | Description | |
---|---|---|
![]() ![]() | ForceInBackground | Overloaded. Forces evaluation of the given IEnumerable in a separate thread and returns a new IEnumerable to be enumerated in the current thread. |
![]() ![]() | Range<T> | Returns a range of elements from the list starting at the specified index. |
![]() ![]() | SelectManyTransposed<T> | Selects many items in N-order. |
![]() ![]() | SelectManyWithPrev<TSource,TResult> | Selects many items with a previous element reference. |
![]() ![]() | SelectWithPrevNext<T,TResult> | Selects items with references to the previous and next elements. |
![]() ![]() | ThrowIfCancelled<T> | Provides support for LINQ queries with a System.Threading.CancellationToken. |
![]() ![]() | WithCancellation<T> | Enumerates the items with cancellation support. |
![]() ![]() | WithProgress<T,T2> | Provides support for LINQ queries with a progress provider. |