Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
3 overrides of Current
System.Collections.Concurrent (3)
System\Collections\Concurrent\PartitionerStatic.cs (3)
941
public override KeyValuePair<long, TSource>
Current
1211
public override KeyValuePair<long, TSource>
Current
1295
public override KeyValuePair<long, TSource>
Current
1 reference to Current
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
399
return ((DynamicPartitionEnumerator_Abstract<TSource, TSourceReader>)this).
Current
;