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)
941public override KeyValuePair<long, TSource> Current 1211public override KeyValuePair<long, TSource> Current 1295public override KeyValuePair<long, TSource> Current
1 reference to Current
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
399return ((DynamicPartitionEnumerator_Abstract<TSource, TSourceReader>)this).Current;