Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: void Parallel(params Action<int>[])Declarationpublic static void Parallel(
params Action<int>[] actions
) Summary
Runs all of the specified actions in parallel, each in a thread of its own. ParametersAction<int>[] | actions |
Actions to run. |
|