Overload List
Name | Description | |
---|---|---|
ForEach TSource (ICollection TSource , Action TSource , ParallelOptions) |
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
| |
ForEach TSource (IList TSource , Action TSource , ParallelOptions) |
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
| |
ForEach TSource ( TSource , Action TSource , ParallelOptions) |
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
| |
ForEach TSource (IEnumerable TSource , Action TSource , ParallelOptions, Int32) |
Executes a for each operation on an System.Collections.IEnumerable{TSource} in which iterations may run in parallel. Wraps the operation into CMSThread to ensure proper context.
|
See Also