Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
3 overrides of Current
mscorlib (3)
system\collections\concurrent\PartitionerStatic.cs (3)
987
override public KeyValuePair<long, TSource>
Current
1266
override public KeyValuePair<long, TSource>
Current
1350
override public KeyValuePair<long, TSource>
Current
1 reference to Current
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
420
return ((DynamicPartitionEnumerator_Abstract<TSource, TSourceReader>)this).
Current
;