Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
9 references to Current
System.Collections (9)
System\Collections\Generic\SortedDictionary.cs (9)
466return new DictionaryEntry(Current.Key, Current.Value); 469return Current; 482return Current.Key; 495return Current.Value; 508return new DictionaryEntry(Current.Key, Current.Value); 650return _dictEnum.Current.Key; 811return _dictEnum.Current.Value;