Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
14 references to Current
System.Collections (14)
System\Collections\Generic\SortedDictionary.cs (1)
438return _treeEnum.Current;
System\Collections\Generic\SortedSet.cs (13)
876int comp = Comparer.Compare(mine.Current, theirs.Current); 879merged[c++] = mine.Current; 884merged[c++] = theirs.Current; 890merged[c++] = theirs.Current; 900merged[c++] = remaining.Current; 1015while (!mineEnded && !theirsEnded && Comparer.Compare(theirs.Current, max) <= 0) 1017int comp = Comparer.Compare(mine.Current, theirs.Current); 1024merged[c++] = theirs.Current; 1304if (Comparer.Compare(mine.Current, theirs.Current) != 0) 1507yield return e.Current;