2 types derived from StaticIndexRangePartition
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
1506
private sealed class StaticIndexRangePartitionForIList<TSource> :
StaticIndexRangePartition
<TSource>
1563
private sealed class StaticIndexRangePartitionForArray<TSource> :
StaticIndexRangePartition
<TSource>
1 reference to StaticIndexRangePartition
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1470
return ((
StaticIndexRangePartition
<TSource>)this).Current;