Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
11 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;
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
837KeyValuePair<int, Rule> kvFirstArc = ieFirstArcs.Current; 861kvFirstArc = ieFirstArcs.Current;