Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
10 references to Current
System.Collections (10)
System\Collections\Generic\SortedDictionary.cs (10)
466return new DictionaryEntry(Current.Key, Current.Value); 470return new KeyValuePair<TKey, TValue>(Current.Key, Current.Value); 484return Current.Key; 497return Current.Value; 510return new DictionaryEntry(Current.Key, Current.Value); 652return _dictEnum.Current.Key; 813return _dictEnum.Current.Value;