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