Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
2 overrides of Current
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
1577
override public KeyValuePair<long, TSource>
Current
1634
override public KeyValuePair<long, TSource>
Current
1 reference to Current
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1529
return ((StaticIndexRangePartition<TSource>)this).
Current
;