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