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