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