示例#1
0
 public static System.Threading.Tasks.ParallelLoopResult ForEach <TSource, TLocal>(System.Collections.Concurrent.Partitioner <TSource> source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func <TLocal> localInit, System.Func <TSource, System.Threading.Tasks.ParallelLoopState, TLocal, TLocal> body, System.Action <TLocal> localFinally)
 {
     throw null;
 }
示例#2
0
 public static System.Threading.Tasks.ParallelLoopResult ForEach <TSource>(System.Collections.Concurrent.Partitioner <TSource> source, System.Action <TSource> body)
 {
     throw null;
 }
示例#3
0
 public static void ForEach <TSource, TLocal>(Execute mode, System.Collections.Concurrent.Partitioner <TSource> source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func <TLocal> localInit, System.Func <TSource, System.Threading.Tasks.ParallelLoopState, TLocal, TLocal> body, System.Action <TLocal> localFinally)
 {
     System.Threading.Tasks.Parallel.ForEach <TSource, TLocal>(source, parallelOptions, localInit, body, localFinally);
 }
示例#4
0
 public static void ForEach <TSource>(Execute mode, System.Collections.Concurrent.Partitioner <TSource> source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action <TSource> body)
 {
     System.Threading.Tasks.Parallel.ForEach <TSource>(source, parallelOptions, body);
 }
 public static System.Threading.Tasks.ParallelLoopResult ForEach <TSource>(System.Collections.Concurrent.Partitioner <TSource> source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action <TSource> body)
 {
     return(default(System.Threading.Tasks.ParallelLoopResult));
 }
 public static System.Threading.Tasks.ParallelLoopResult ForEach <TSource, TLocal>(System.Collections.Concurrent.Partitioner <TSource> source, System.Func <TLocal> localInit, System.Func <TSource, System.Threading.Tasks.ParallelLoopState, TLocal, TLocal> body, System.Action <TLocal> localFinally)
 {
     return(default(System.Threading.Tasks.ParallelLoopResult));
 }
示例#7
0
 public static System.Linq.ParallelQuery <TSource> AsParallel <TSource>(this System.Collections.Concurrent.Partitioner <TSource> source)
 {
     throw null;
 }
 public static ParallelLoopResult ForEach <TSource>(System.Collections.Concurrent.Partitioner <TSource> source, ParallelOptions parallelOptions, Action <TSource> body)
 {
     return(default(ParallelLoopResult));
 }
 public static ParallelLoopResult ForEach <TSource, TLocal>(System.Collections.Concurrent.Partitioner <TSource> source, ParallelOptions parallelOptions, Func <TLocal> localInit, Func <TSource, ParallelLoopState, TLocal, TLocal> body, Action <TLocal> localFinally)
 {
     return(default(ParallelLoopResult));
 }