Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
2 overrides of Current
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
1518public override KeyValuePair<long, TSource> Current 1575public override KeyValuePair<long, TSource> Current
1 reference to Current
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1470return ((StaticIndexRangePartition<TSource>)this).Current;