Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
14 references to Current
System.Collections (14)
System\Collections\Generic\SortedDictionary.cs (1)
432return _treeEnum.Current;
System\Collections\Generic\SortedSet.cs (13)
873int comp = Comparer.Compare(mine.Current, theirs.Current); 876merged[c++] = mine.Current; 881merged[c++] = theirs.Current; 887merged[c++] = theirs.Current; 897merged[c++] = remaining.Current; 1012while (!mineEnded && !theirsEnded && Comparer.Compare(theirs.Current, max) <= 0) 1014int comp = Comparer.Compare(mine.Current, theirs.Current); 1021merged[c++] = theirs.Current; 1301if (Comparer.Compare(mine.Current, theirs.Current) != 0) 1504yield return e.Current;