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