mscorlib(4.0.0.0) API with additions
EnumerablePartitionerOptions.cs
2 {
5  [Flags]
6  [__DynamicallyInvokable]
8  {
10  [__DynamicallyInvokable]
11  None = 0x0,
13  [__DynamicallyInvokable]
14  NoBuffering = 0x1
15  }
16 }
Create a partitioner that takes items from the source enumerable one at a time and does not use inter...
EnumerablePartitionerOptions
Specifies options to control the buffering behavior of a partitioner
Specifies that the class can be serialized.