Implemented interface member:
method
GetEnumerator
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
1 reference to GetEnumerator
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1323
return ((InternalPartitionEnumerable)this).
GetEnumerator
();