mscorlib(4.0.0.0) API with additions
ParallelExecutionMode.cs
1 namespace System.Linq
2 {
4  [global::__DynamicallyInvokable]
6  {
8  [global::__DynamicallyInvokable]
9  Default,
11  [global::__DynamicallyInvokable]
13  }
14 }
Parallelize the entire query, even if that means using high-overhead algorithms. Use this flag in cas...
ParallelExecutionMode
The query execution mode is a hint that specifies how the system should handle performance trade-offs...
The default setting for this enumeration, which is currently F:System.GCCollectionMode....