Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
10 references to Current
System (10)
compmod\system\collections\generic\sorteddictionary.cs (10)
404return new DictionaryEntry(Current.Key, Current.Value); 406return new KeyValuePair<TKey, TValue>(Current.Key, Current.Value); 418return Current.Key; 428return Current.Value; 438return new DictionaryEntry(Current.Key, Current.Value); 577return dictEnum.Current.Key; 732return dictEnum.Current.Value;