The EnumerableExtension type exposes the following members.
Methods
| Name | Description |
---|
  | ParallelForEach<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Action<(Of <<'(T>)>>)) |
Performs the given Action parallel for each element in the enumerable.
|
  | ParallelForEach<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Action<(Of <<'(T>)>>), TaskDistributor) |
Performs the given Action parallel for each element in the enumerable.
|
  | ParallelForEach<(Of <<'(TResult, T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>)) |
Performs the given Func parallel for each element in the enumerable.
|
  | ParallelForEach<(Of <<'(TResult, T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>), TaskDistributor) |
Performs the given Func parallel for each element in the enumerable.
|
  | SequentialForEach<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Action<(Of <<'(T>)>>)) |
Performs the given Action sequential for each element in the enumerable.
|
  | SequentialForEach<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Action<(Of <<'(T>)>>), TaskDistributor) |
Performs the given Action sequential for each element in the enumerable.
|
  | SequentialForEach<(Of <<'(TResult, T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>)) |
Performs the given Func sequential for each element in the enumerable.
|
  | SequentialForEach<(Of <<'(TResult, T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, TResult>)>>), TaskDistributor) |
Performs the given Func sequential for each element in the enumerable.
|
Extension Methods
See Also