Implemented interface member:
method
GetEnumerator
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
4 references to GetEnumerator
mscorlib (4)
system\Collections\Concurrent\ConcurrentDictionary.cs (4)
783
/// made to the dictionary after <see cref="
GetEnumerator
"/> was called.
1472
/// made to the dictionary after <see cref="
GetEnumerator
"/> was called.
1476
return ((ConcurrentDictionary<TKey, TValue>)this).
GetEnumerator
();
2155
m_enumerator = dictionary.
GetEnumerator
();